| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_phy.c | 197 __out uint32_t *maskp) in efx_phy_adv_cap_get() argument 206 *maskp = epp->ep_adv_cap_mask; in efx_phy_adv_cap_get() 209 *maskp = epp->ep_default_adv_cap_mask; in efx_phy_adv_cap_get() 212 *maskp = epp->ep_phy_cap_mask; in efx_phy_adv_cap_get() 216 *maskp = 0; in efx_phy_adv_cap_get() 273 __out uint32_t *maskp) in efx_phy_lp_cap_get() argument 280 *maskp = epp->ep_lp_cap_mask; in efx_phy_lp_cap_get()
|
| H A D | efx_mac.c | 662 __inout_bcount(mask_size) uint32_t *maskp, in efx_mac_stats_mask_add_range() 666 unsigned int mask_npages = mask_size / sizeof (*maskp); in efx_mac_stats_mask_add_range() 694 maskp[el] |= in efx_mac_stats_mask_add_range() 709 __inout_bcount(mask_size) uint32_t *maskp, in efx_mac_stats_mask_add_ranges() 718 if ((rc = efx_mac_stats_mask_add_range(maskp, mask_size, in efx_mac_stats_mask_add_ranges() 734 __out_bcount(mask_size) uint32_t *maskp, in efx_mac_stats_get_mask() 743 EFSYS_ASSERT(maskp != NULL); in efx_mac_stats_get_mask() 744 EFSYS_ASSERT(mask_size % sizeof (maskp[0]) == 0); in efx_mac_stats_get_mask() 746 (void) memset(maskp, 0, mask_size); in efx_mac_stats_get_mask() 748 if ((rc = emop->emo_stats_get_mask(enp, maskp, mask_size)) != 0) in efx_mac_stats_get_mask()
|
| H A D | efx_mon.c | 697 __out efx_mon_stat_portmask_t *maskp) in efx_mon_get_stat_portmap() argument 704 *maskp = EFX_MON_STAT_PORTMAP_PORT1; in efx_mon_get_stat_portmap() 780 *maskp = EFX_MON_STAT_PORTMAP_ALL; in efx_mon_get_stat_portmap() 785 *maskp = EFX_MON_STAT_PORTMAP_PORT0; in efx_mon_get_stat_portmap() 788 *maskp = EFX_MON_STAT_PORTMAP_UNKNOWN; in efx_mon_get_stat_portmap() 792 if (*maskp == EFX_MON_STAT_PORTMAP_UNKNOWN) in efx_mon_get_stat_portmap()
|
| H A D | ef10_mac.c | 458 __inout_bcount(mask_size) uint32_t *maskp, in ef10_mac_stats_get_mask() 474 if ((rc = efx_mac_stats_mask_add_ranges(maskp, mask_size, in ef10_mac_stats_get_mask() 483 if ((rc = efx_mac_stats_mask_add_ranges(maskp, mask_size, in ef10_mac_stats_get_mask() 488 if ((rc = efx_mac_stats_mask_add_ranges(maskp, in ef10_mac_stats_get_mask() 494 if ((rc = efx_mac_stats_mask_add_ranges(maskp, mask_size, in ef10_mac_stats_get_mask() 504 if ((rc = efx_mac_stats_mask_add_ranges(maskp, mask_size, in ef10_mac_stats_get_mask() 515 if ((rc = efx_mac_stats_mask_add_ranges(maskp, mask_size, in ef10_mac_stats_get_mask() 525 if ((rc = efx_mac_stats_mask_add_ranges(maskp, mask_size, in ef10_mac_stats_get_mask() 536 if ((rc = efx_mac_stats_mask_add_ranges(maskp, mask_size, in ef10_mac_stats_get_mask() 545 if ((rc = efx_mac_stats_mask_add_ranges(maskp, mask_size, in ef10_mac_stats_get_mask()
|
| H A D | mcdi_mon.c | 351 efx_dword_t *maskp; variable 377 maskp = MCDI_OUT2(req, efx_dword_t, SENSOR_INFO_OUT_MASK); 378 limit_info = (efx_qword_t *)(maskp + 1); 380 *mask_part = maskp->ed_u32[0];
|
| H A D | efx_proxy.c | 306 __out uint32_t *maskp) in efx_proxy_auth_privilege_mask_get() argument 318 rc = epop->epo_get_privilege_mask(enp, pf_index, vf_index, maskp); in efx_proxy_auth_privilege_mask_get()
|
| H A D | ef10_proxy.c | 454 __out uint32_t *maskp) in ef10_proxy_auth_get_privilege_mask() argument 456 return (efx_mcdi_privilege_mask(enp, pf_index, vf_index, maskp)); in ef10_proxy_auth_get_privilege_mask()
|
| H A D | efx_mae.c | 1138 __in_opt const efx_mport_sel_t *maskp) in efx_mae_match_spec_mport_set() argument 1151 if (maskp != NULL) in efx_mae_match_spec_mport_set() 1152 mp = (const uint8_t *)&maskp->sel; in efx_mae_match_spec_mport_set() 1158 sizeof (valuep->sel), vp, sizeof (maskp->sel), mp); in efx_mae_match_spec_mport_set() 1186 __in_bcount(mask_nbytes) const uint8_t *maskp) in efx_mask_is_prefix() 1192 boolean_t bit_is_set = EFX_MASK_BIT_IS_SET(maskp, 8, i); in efx_mask_is_prefix() 1206 __in_bcount(mask_nbytes) const uint8_t *maskp) in efx_mask_is_all_ones() 1212 t &= maskp[i]; in efx_mask_is_all_ones() 1220 __in_bcount(mask_nbytes) const uint8_t *maskp) in efx_mask_is_all_zeros() 1226 t |= maskp[i]; in efx_mask_is_all_zeros()
|
| H A D | siena_mac.c | 215 __inout_bcount(mask_size) uint32_t *maskp, in siena_mac_stats_get_mask() 227 if ((rc = efx_mac_stats_mask_add_ranges(maskp, mask_size, in siena_mac_stats_get_mask()
|
| H A D | siena_nic.c | 18 __out unsigned int *maskp) in siena_nic_get_partn_mask() argument 43 *maskp = MCDI_OUT_DWORD(req, NVRAM_TYPES_OUT_TYPES); in siena_nic_get_partn_mask()
|
| H A D | ef10_impl.h | 377 __inout_bcount(mask_size) uint32_t *maskp, 1385 __out uint32_t *maskp); 1460 __out uint32_t *maskp); 1656 __out uint32_t *maskp);
|
| H A D | siena_phy.c | 15 __out uint32_t *maskp) in siena_phy_decode_cap() argument 41 *maskp = mask; in siena_phy_decode_cap()
|
| H A D | ef10_phy.c | 15 __out uint32_t *maskp) in mcdi_phy_decode_cap() argument 92 *maskp = mask; in mcdi_phy_decode_cap()
|
| H A D | efx.h | 464 __out uint32_t *maskp); 760 __out_bcount(mask_size) uint32_t *maskp, 1000 __out efx_mon_stat_portmask_t *maskp); 1108 __out efx_qword_t *maskp); 1176 __out uint32_t *maskp); 1188 __out uint32_t *maskp); 4146 __out uint32_t *maskp); 4429 __in_opt const efx_mport_sel_t *maskp);
|
| H A D | efx_nic.c | 914 __out efx_qword_t *maskp) in efx_loopback_mask() argument 919 EFSYS_ASSERT(maskp != NULL); in efx_loopback_mask() 1011 *maskp = mask; in efx_loopback_mask()
|
| H A D | siena_impl.h | 489 __inout_bcount(mask_size) uint32_t *maskp,
|
| H A D | ef10_nic.c | 1552 __out uint32_t *maskp) in ef10_get_privilege_mask() argument 1573 *maskp = mask; in ef10_get_privilege_mask()
|
| H A D | efx_mcdi.c | 2309 __out uint32_t *maskp) in efx_mcdi_privilege_mask() argument 2338 *maskp = MCDI_OUT_DWORD(req, PRIVILEGE_MASK_OUT_OLD_MASK); in efx_mcdi_privilege_mask()
|
| H A D | efx_impl.h | 1651 __inout_bcount(mask_size) uint32_t *maskp,
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_memalloc.c | 160 if (get_mempolicy(oldpolicy, oldmask->maskp, in prepare_numa() 180 } else if (set_mempolicy(*oldpolicy, oldmask->maskp, in restore_numa()
|
| H A D | eal_memory.c | 273 if (get_mempolicy(&oldpolicy, oldmask->maskp, in map_all_hugepages() 393 } else if (set_mempolicy(oldpolicy, oldmask->maskp, in map_all_hugepages()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae.c | 1310 const uint8_t *maskp; in sfc_mae_rule_process_pattern_data() local 1440 maskp = (const uint8_t *)&pdata->l3_next_proto_mask; in sfc_mae_rule_process_pattern_data() 1446 maskp); in sfc_mae_rule_process_pattern_data()
|