Searched refs:ntoh24 (Results 1 – 7 of 7) sorted by relevance
540 data_len = ntoh24(ihp->dlength); in iscsi_net_sendpdu()754 dlength = ntoh24(ihp->dlength); in iscsi_net_recvdata()
1636 data_len = ntoh24(ithp->dlength); in iscsi_rx_process_text_rsp()2238 ntoh24(ihp->dlength)); in iscsi_tx_pdu()
1087 end = text + ntoh24(ilrhp->dlength) + 1; in iscsi_process_login_response()
52 #define ntoh24(p) (((p)[0] << 16) | ((p)[1] << 8) | ((p)[2])) macro
797 if (ntoh24(ihp->dlength) != 0) { in login_sm_validate_ack()
2539 resp_datalen = ntoh24(out->dlength); in iscsit_pdu_op_noop()
1676 idb->idb_exp_offset += ntoh24(bhs->dlength); in idm_so_rx_dataout()