Searched refs:HOST_32 (Results 1 – 3 of 3) sorted by relevance
494 sc->config_number = HOST_32(fwcmd->params.rsp.config_number); in oce_get_fw_config()495 sc->asic_revision = HOST_32(fwcmd->params.rsp.asic_revision); in oce_get_fw_config()496 sc->port_id = HOST_32(fwcmd->params.rsp.port_id); in oce_get_fw_config()497 sc->function_mode = HOST_32(fwcmd->params.rsp.function_mode); in oce_get_fw_config()498 sc->function_caps = HOST_32(fwcmd->params.rsp.function_caps); in oce_get_fw_config()501 sc->max_tx_rings = HOST_32(fwcmd->params.rsp.ulp[0].nic_wq_tot); in oce_get_fw_config()502 sc->max_rx_rings = HOST_32(fwcmd->params.rsp.ulp[0].lro_rqid_tot); in oce_get_fw_config()504 sc->max_tx_rings = HOST_32(fwcmd->params.rsp.ulp[1].nic_wq_tot); in oce_get_fw_config()505 sc->max_rx_rings = HOST_32(fwcmd->params.rsp.ulp[1].lro_rqid_tot); in oce_get_fw_config()574 *if_id = HOST_32(fwcmd->params.rsp.if_id); in oce_if_create()[all …]
297 pimg->img_offset = HOST_32(fsec->fsec_entry[i].offset); in oce_fill_flash_img_data()298 pimg->img_size = HOST_32(fsec->fsec_entry[i].pad_size); in oce_fill_flash_img_data()301 pimg->img_type = HOST_32(fsec->fsec_entry[i].type); in oce_fill_flash_img_data()428 num_imgs = HOST_32(fsec->fsec_hdr.num_images); in oce_sh_be3_flashdata()
1108 #define HOST_32(x) le32toh(x) macro