Searched refs:arg_size (Results 1 – 2 of 2) sorted by relevance
921 __in size_t arg_size, in efx_mae_action_set_add_vlan_pop() argument922 __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() argument958 __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() argument996 __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() argument1055 __in size_t arg_size, in efx_mae_action_set_add_deliver() argument[all …]
597 size_t res_size, cookie_size, arg_size; in ppt_setup_msix() local627 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()