Home
last modified time | relevance | path

Searched refs:arg_size (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c921 __in size_t arg_size, in efx_mae_action_set_add_vlan_pop() argument
922 __in_bcount(arg_size) const uint8_t *arg) in efx_mae_action_set_add_vlan_pop()
926 if (arg_size != 0) { in efx_mae_action_set_add_vlan_pop()
957 __in size_t arg_size, in efx_mae_action_set_add_vlan_push() argument
958 __in_bcount(arg_size) const uint8_t *arg) in efx_mae_action_set_add_vlan_push()
995 __in size_t arg_size, in efx_mae_action_set_add_flag() argument
996 __in_bcount(arg_size) const uint8_t *arg) in efx_mae_action_set_add_flag()
1002 if (arg_size != 0) { in efx_mae_action_set_add_flag()
1026 __in size_t arg_size, in efx_mae_action_set_add_mark() argument
1055 __in size_t arg_size, in efx_mae_action_set_add_deliver() argument
[all …]
/f-stack/freebsd/amd64/vmm/io/
H A Dppt.c597 size_t res_size, cookie_size, arg_size; in ppt_setup_msix() local
627 arg_size = numvec * sizeof(ppt->msix.arg[0]); in ppt_setup_msix()
632 ppt->msix.arg = malloc(arg_size, M_PPTMSIX, M_WAITOK | M_ZERO); in ppt_setup_msix()