Lines Matching refs:ntohl
706 csum += ntohl(p[i]); in csio_hw_fw_dload()
1249 reset = ((ntohl(fw_hdr->flags) & FW_HDR_FLAGS_RESET_HALT) == 0); in csio_hw_fw_upgrade()
1503 retval = FW_CMD_RETVAL_G(ntohl(rsp->retval_len16)); in csio_get_fcoe_resinfo()
1515 res_info->max_xchgs = ntohl(rsp->max_xchgs); in csio_get_fcoe_resinfo()
1516 res_info->max_ssns = ntohl(rsp->max_ssns); in csio_get_fcoe_resinfo()
1517 res_info->used_xchgs = ntohl(rsp->used_xchgs); in csio_get_fcoe_resinfo()
1518 res_info->used_ssns = ntohl(rsp->used_ssns); in csio_get_fcoe_resinfo()
1519 res_info->max_fcfs = ntohl(rsp->max_fcfs); in csio_get_fcoe_resinfo()
1520 res_info->max_vnps = ntohl(rsp->max_vnps); in csio_get_fcoe_resinfo()
1521 res_info->used_fcfs = ntohl(rsp->used_fcfs); in csio_get_fcoe_resinfo()
1522 res_info->used_vnps = ntohl(rsp->used_vnps); in csio_get_fcoe_resinfo()
1748 finiver = ntohl(caps_cmd->finiver); in csio_hw_use_fwconfig()
1749 finicsum = ntohl(caps_cmd->finicsum); in csio_hw_use_fwconfig()
1750 cfcsum = ntohl(caps_cmd->cfcsum); in csio_hw_use_fwconfig()