Home
last modified time | relevance | path

Searched refs:hdrp (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c326 efx_dhcp_tag_hdr_t *hdrp; in efx_dhcp_find_tag() local
328 hdrp = (efx_dhcp_tag_hdr_t *)tagp; in efx_dhcp_find_tag()
329 *valuepp = (uint8_t *)(&hdrp[1]); in efx_dhcp_find_tag()
330 *value_lengthp = hdrp->length; in efx_dhcp_find_tag()
386 efx_dhcp_tag_hdr_t *hdrp; in efx_dhcp_delete_tag() local
403 hdrp = (efx_dhcp_tag_hdr_t *)startp; in efx_dhcp_delete_tag()
422 hdrp = encap_hdrp; in efx_dhcp_delete_tag()
426 startp = (uint8_t *)hdrp; in efx_dhcp_delete_tag()
469 hdrp->tag = DHCP_ENCAPSULATED(opt); in efx_dhcp_write_tag()
649 old_length = hdrp->length; in efx_dhcp_update_tag()
[all …]
H A Dsiena_mcdi.c31 __in_bcount(hdr_len) void *hdrp, in siena_mcdi_send_request()
50 dword = *(efx_dword_t *)hdrp; in siena_mcdi_send_request()
H A Def10_mcdi.c135 __in_bcount(hdr_len) void *hdrp, in ef10_mcdi_send_request()
149 dword = *(efx_dword_t *)((uint8_t *)hdrp + pos); in ef10_mcdi_send_request()
H A Dsiena_impl.h116 __in_bcount(hdr_len) void *hdrp,
H A Defx_mcdi.c197 __in void *hdrp, in efx_mcdi_send_request() argument
204 emcop->emco_send_request(enp, hdrp, hdr_len, sdup, sdu_len); in efx_mcdi_send_request()
H A Def10_impl.h410 __in_bcount(hdr_len) void *hdrp,