HomeSort by: relevance | last modified time | path
    Searched defs:ppdu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_send.c 671 init_login_pdu(connection_t *conn, ccb_t *ccb, pdu_t *ppdu, bool next)
673 pdu_header_t *hpdu = &ppdu->pdu_hdr;
680 ccb->ccb_CmdSN = get_sernum(conn->c_session, ppdu);
807 * ppdu The transmit PDU
812 init_text_pdu(connection_t *conn, ccb_t *ccb, pdu_t *ppdu, pdu_t *rx_pdu)
814 pdu_header_t *hpdu = &ppdu->pdu_hdr;
820 ccb->ccb_CmdSN = get_sernum(conn->c_session, ppdu);
1028 pdu_t *ppdu; local in function:send_nop_out
1034 ppdu = get_pdu(conn, TRUE);
1035 if (ppdu == NULL
1099 pdu_t *ppdu; local in function:snack_missing
1137 pdu_t *ppdu; local in function:send_snack
1245 pdu_t *ppdu; local in function:send_logout
1306 pdu_t *ppdu; local in function:send_task_management
1446 pdu_t *ppdu; local in function:send_command
    [all...]
iscsi_send.c 671 init_login_pdu(connection_t *conn, ccb_t *ccb, pdu_t *ppdu, bool next)
673 pdu_header_t *hpdu = &ppdu->pdu_hdr;
680 ccb->ccb_CmdSN = get_sernum(conn->c_session, ppdu);
807 * ppdu The transmit PDU
812 init_text_pdu(connection_t *conn, ccb_t *ccb, pdu_t *ppdu, pdu_t *rx_pdu)
814 pdu_header_t *hpdu = &ppdu->pdu_hdr;
820 ccb->ccb_CmdSN = get_sernum(conn->c_session, ppdu);
1028 pdu_t *ppdu; local in function:send_nop_out
1034 ppdu = get_pdu(conn, TRUE);
1035 if (ppdu == NULL
1099 pdu_t *ppdu; local in function:snack_missing
1137 pdu_t *ppdu; local in function:send_snack
1245 pdu_t *ppdu; local in function:send_logout
1306 pdu_t *ppdu; local in function:send_task_management
1446 pdu_t *ppdu; local in function:send_command
    [all...]

Completed in 22 milliseconds