Home
last modified time | relevance | path

Searched refs:HOST_32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_mbox.c521 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()
605 *if_id = HOST_32(fwcmd->params.rsp.if_id); in oce_if_create()
608 sc->pmac_id = HOST_32(fwcmd->params.rsp.pmac_id); in oce_if_create()
1746 wq->db_offset = HOST_32(fwcmd->params.rsp.db_offset); in oce_mbox_create_wq()
2052 desc_count = HOST_32(fwcmd->params.rsp.desc_count); in oce_get_profile_config()
2151 desc_count = HOST_32(fwcmd->params.rsp.desc_count); in oce_get_func_config()
2167 sc->nwqs = HOST_32(nic_desc->txq_count); in oce_get_func_config()
[all …]
H A Doce_sysctl.c297 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()
H A Doce_if.h1124 #define HOST_32(x) le32toh(x) macro