Lines Matching refs:ntohl

62 	return FW_CMD_RETVAL_G(ntohl(hdr->lo));  in csio_mb_fw_retval()
115 *retval = FW_CMD_RETVAL_G(ntohl(rsp->retval_len16)); in csio_mb_process_hello_rsp()
118 hw->fwrev = ntohl(rsp->fwrev); in csio_mb_process_hello_rsp()
120 value = ntohl(rsp->err_to_clearinit); in csio_mb_process_hello_rsp()
248 *retval = FW_CMD_RETVAL_G(ntohl(rsp->retval_len16)); in csio_mb_process_read_params_rsp()
252 *val++ = ntohl(*p); in csio_mb_process_read_params_rsp()
391 *retval = FW_CMD_RETVAL_G(ntohl(rsp->action_to_len16)); in csio_mb_process_read_port_rsp()
596 *ret_val = FW_CMD_RETVAL_G(ntohl(rsp->alloc_to_len16)); in csio_mb_iq_alloc_write_rsp()
782 *ret_val = FW_CMD_RETVAL_G(ntohl(rsp->alloc_to_len16)); in csio_mb_eq_ofld_alloc_write_rsp()
786 ntohl(rsp->eqid_pkd)); in csio_mb_eq_ofld_alloc_write_rsp()
788 ntohl(rsp->physeqid_pkd)); in csio_mb_eq_ofld_alloc_write_rsp()
1062 *retval = FW_CMD_RETVAL_G(ntohl(rsp->free_to_len16)); in csio_mb_process_portparams_rsp()
1135 if ((FW_DEBUG_CMD_TYPE_G(ntohl(dbg->op_type))) == 1) { in csio_mb_dump_fw_dbg()
1140 ntohl(dbg->u.prt.dprtstrparam0)); in csio_mb_dump_fw_dbg()
1142 ntohl(dbg->u.prt.dprtstrparam1)); in csio_mb_dump_fw_dbg()
1144 ntohl(dbg->u.prt.dprtstrparam2)); in csio_mb_dump_fw_dbg()
1146 ntohl(dbg->u.prt.dprtstrparam3)); in csio_mb_dump_fw_dbg()
1151 ntohl(dbg->u.assert.line), in csio_mb_dump_fw_dbg()
1152 ntohl(dbg->u.assert.x), in csio_mb_dump_fw_dbg()
1153 ntohl(dbg->u.assert.y)); in csio_mb_dump_fw_dbg()
1315 switch (FW_CMD_OP_G(ntohl(fw_hdr->hi))) { in csio_mb_issue()
1418 ntohl(pcmd->op_to_portid)); in csio_mb_fwevt_handler()
1420 ntohl(pcmd->action_to_len16)); in csio_mb_fwevt_handler()
1429 link_status = ntohl(pcmd->u.info.lstatus_to_modtype); in csio_mb_fwevt_handler()
1437 ntohl(pcmd->u.info32.lstatus32_to_cbllen32); in csio_mb_fwevt_handler()
1439 linkattr = ntohl(pcmd->u.info32.linkattr32); in csio_mb_fwevt_handler()
1521 switch (FW_CMD_OP_G(ntohl(fw_hdr->hi))) { in csio_mb_isr_handler()
1594 FW_CMD_OP_G(ntohl(fw_hdr->hi))); in csio_mb_tmo_handler()
1647 hw->pfn, FW_CMD_OP_G(ntohl(hdr->hi))); in csio_mb_cancel_all()