Searched refs:HOST_32 (Results 1 – 3 of 3) sorted by relevance
521 sc->config_number = HOST_32(fwcmd->params.rsp.config_number); in oce_get_fw_config() 522 sc->asic_revision = HOST_32(fwcmd->params.rsp.asic_revision); in oce_get_fw_config() 523 sc->port_id = HOST_32(fwcmd->params.rsp.port_id); in oce_get_fw_config() 524 sc->function_mode = HOST_32(fwcmd->params.rsp.function_mode); in oce_get_fw_config() 529 sc->function_caps = HOST_32(fwcmd->params.rsp.function_caps); in oce_get_fw_config() 532 sc->max_tx_rings = HOST_32(fwcmd->params.rsp.ulp[0].nic_wq_tot); in oce_get_fw_config() 533 sc->max_rx_rings = HOST_32(fwcmd->params.rsp.ulp[0].lro_rqid_tot); in oce_get_fw_config() 535 sc->max_tx_rings = HOST_32(fwcmd->params.rsp.ulp[1].nic_wq_tot); in oce_get_fw_config() 536 sc->max_rx_rings = HOST_32(fwcmd->params.rsp.ulp[1].lro_rqid_tot); in oce_get_fw_config() 605 *if_id = HOST_32(fwcm 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()
1124 #define HOST_32(x) le32toh(x) macro