| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_flow.c | 773 mf->l2_ovlan == nf->l2_ovlan && in bnxt_find_matching_l2_filter() 775 mf->l2_ivlan == nf->l2_ivlan && in bnxt_find_matching_l2_filter() 825 if (nf->priority && in bnxt_create_l2_filter() 829 if (nf->priority > 65535) { in bnxt_create_l2_filter() 1582 mf->flags == nf->flags && in bnxt_match_filter() 1590 mf->vni == nf->vni && in bnxt_match_filter() 1605 sizeof(nf->src_ipaddr)) && in bnxt_match_filter() 1609 sizeof(nf->dst_ipaddr)) && in bnxt_match_filter() 1612 if (mf->dst_id == nf->dst_id) in bnxt_match_filter() 1617 bnxt_update_filter(bp, mf, nf); in bnxt_match_filter() [all …]
|
| H A D | bnxt_filter.h | 103 struct bnxt_filter_info *nf, struct bnxt_vnic_info *vnic);
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_spectral.c | 590 int16_t nf; in ar9300_get_ctl_chan_nf() local 597 nf = MS(OS_REG_READ(ah, AR_PHY_CCA_0), AR_PHY_MINCCA_PWR); in ar9300_get_ctl_chan_nf() 600 nf = AH9300(ah)->nfp->nominal; in ar9300_get_ctl_chan_nf() 602 if (nf & 0x100) { in ar9300_get_ctl_chan_nf() 603 nf = (0 - ((nf ^ 0x1ff) + 1)); in ar9300_get_ctl_chan_nf() 605 return nf; in ar9300_get_ctl_chan_nf() 610 int16_t nf; in ar9300_get_ext_chan_nf() local 620 nf = AH9300(ah)->nfp->nominal; in ar9300_get_ext_chan_nf() 622 if (nf & 0x100) { in ar9300_get_ext_chan_nf() 623 nf = (0 - ((nf ^ 0x1ff) + 1)); in ar9300_get_ext_chan_nf() [all …]
|
| H A D | ar9300_reset.c | 276 (nf) 281 int16_t nf; in ar9300_upload_noise_floor() local 347 int16_t nf; in ar9300_get_min_cca_pwr() local 353 if (nf & 0x100) { in ar9300_get_min_cca_pwr() 354 nf = 0 - ((nf ^ 0x1ff) + 1); in ar9300_get_min_cca_pwr() 361 return nf; in ar9300_get_min_cca_pwr() 495 return nf; in ar9300_limit_nf_range() 529 int16_t nf; in ar9300_reset_nf_hist_buff() local 2217 int is_scan, int16_t nf[]) in ar9300_get_nf_hist_base() argument 2285 nf[0], nf[1], nf[2], in ar9300_load_nf() [all …]
|
| H A D | ar9300_misc.c | 405 u_int32_t nf; in ar9300_get_random_seed() local 407 nf = (OS_REG_READ(ah, AR_PHY(25)) >> 19) & 0x1ff; in ar9300_get_random_seed() 408 if (nf & 0x100) { in ar9300_get_random_seed() 409 nf = 0 - ((nf ^ 0x1ff) + 1); in ar9300_get_random_seed() 412 OS_REG_READ(ah, AR_TSF_L32) ^ nf); in ar9300_get_random_seed()
|
| H A D | ar9300_eeprom.c | 1163 int32_t nf[OSPREY_NUM_5G_CAL_PIERS + OSPREY_NUM_2G_CAL_PIERS]; in ar9300_noise_floor_cal_or_power_get() local 1193 nf[nnf] = use_cal ? in ar9300_noise_floor_cal_or_power_get() 1196 if (nf[nnf] < 0) { in ar9300_noise_floor_cal_or_power_get() 1205 nf_use = interpolate(frequency, fx, nf, nnf); in ar9300_noise_floor_cal_or_power_get()
|
| H A D | ar9300.h | 1422 extern HAL_BOOL ar9300_load_nf(struct ath_hal *ah, int16_t nf[]);
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_monitor.c | 66 const struct ieee80211_rx_stats *rxs, int rssi, int nf); 131 const struct ieee80211_rx_stats *rxs, int rssi, int nf) in monitor_input() argument
|
| H A D | ieee80211_wds.c | 109 int8_t rssi, nf; in wds_flush() local 118 ic->ic_node_getsignal(ni, &rssi, &nf); in wds_flush() 122 ieee80211_input(ni, m, rssi, nf); in wds_flush() 414 const struct ieee80211_rx_stats *rxs, int rssi, int nf) in wds_input() argument 505 ni->ni_noise = nf; in wds_input() 717 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf); in wds_input() 744 const struct ieee80211_rx_stats *rxs, int rssi, int nf) in wds_recv_mgmt() argument
|
| H A D | ieee80211_adhoc.c | 310 const struct ieee80211_rx_stats *rxs, int rssi, int nf) in adhoc_input() argument 446 ni->ni_noise = nf; in adhoc_input() 658 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf); in adhoc_input() 703 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) in adhoc_recv_mgmt() argument 768 subtype, rssi, nf); in adhoc_recv_mgmt() 859 ni->ni_noise = nf; in adhoc_recv_mgmt() 1002 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) in ahdemo_recv_mgmt() argument 1013 adhoc_recv_mgmt(ni, m0, subtype, rxs, rssi, nf); in ahdemo_recv_mgmt()
|
| H A D | ieee80211_tdma.c | 120 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf); 125 const u_int8_t *ie, int rssi, int nf, const struct ieee80211_frame *wh); 332 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) in tdma_recv_mgmt() argument 395 (void) tdma_process_params(ni, scan.tdma, rssi, nf, wh); in tdma_recv_mgmt() 403 ts->tdma_recv_mgmt(ni, m0, subtype, rxs, rssi, nf); in tdma_recv_mgmt() 526 int rssi, int nf, const struct ieee80211_frame *wh) in tdma_process_params() argument
|
| H A D | ieee80211_sta.c | 79 int subtype, const struct ieee80211_rx_stats *, int rssi, int nf); 541 const struct ieee80211_rx_stats *rxs, int rssi, int nf) in sta_input() argument 646 ni->ni_noise = nf; in sta_input() 963 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf); in sta_input() 991 int rssi, int nf, uint16_t seq, uint16_t status) in sta_auth_open() argument 1020 uint8_t *frm, uint8_t *efrm, int rssi, int nf, in sta_auth_shared() argument 1387 int rssi, int nf) in sta_recv_mgmt() argument 1637 &scan, wh, subtype, rssi, nf); in sta_recv_mgmt() 1682 subtype, rssi, nf); in sta_recv_mgmt() 1717 sta_auth_shared(ni, wh, frm + 6, efrm, rssi, nf, in sta_recv_mgmt() [all …]
|
| H A D | ieee80211_hostap.c | 76 int rssi, int nf); 476 const struct ieee80211_rx_stats *rxs, int rssi, int nf) in hostap_input() argument 578 ni->ni_noise = nf; in hostap_input() 884 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf); in hostap_input() 911 int rssi, int nf, uint16_t seq, uint16_t status) in hostap_auth_open() argument 989 uint8_t *frm, uint8_t *efrm, int rssi, int nf, in hostap_auth_shared() argument 1091 ni->ni_noise = nf; in hostap_auth_shared() 1803 subtype, rssi, nf); in hostap_recv_mgmt() 1976 hostap_auth_shared(ni, wh, frm + 6, efrm, rssi, nf, in hostap_recv_mgmt() 1979 hostap_auth_open(ni, wh, rssi, nf, seq, status); in hostap_recv_mgmt() [all …]
|
| H A D | ieee80211_proto.h | 85 #define ieee80211_input(ni, m, rssi, nf) \ argument 86 ((ni)->ni_vap->iv_input(ni, m, NULL, rssi, nf))
|
| H A D | ieee80211_input.c | 105 ieee80211_input_all(struct ieee80211com *ic, struct mbuf *m, int rssi, int nf) in ieee80211_input_all() argument 110 rx.c_nf = nf; in ieee80211_input_all()
|
| H A D | ieee80211_mesh.c | 1532 const struct ieee80211_rx_stats *rxs, int rssi, int nf) in mesh_input() argument 1583 ni->ni_noise = nf; in mesh_input() 1807 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf); in mesh_input() 1834 const struct ieee80211_rx_stats *rxs, int rssi, int nf) in mesh_recv_mgmt() argument 1889 subtype, rssi, nf); in mesh_recv_mgmt()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-70x0.dtsi | 61 marvell,function = "nf";
|
| H A D | armada-80x0.dtsi | 94 marvell,function = "nf";
|
| H A D | cn9130-db.dts | 388 marvell,function = "nf";
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend.kshlib | 266 typeset -i nl nd nf 269 ((nf = RANDOM % 5 )) 270 mktree -b $dir -l $nl -d $nd -f $nf
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | cp110-system-controller.txt | 103 mpp12 12 gpio, dev(clk_out), nf(rbn1), spi1(csn1), ge0(rxclk) 104 mpp13 13 gpio, dev(burstn), nf(rbn0), spi1(miso), ge0(rxctl), mss_spi(miso)
|
| /f-stack/freebsd/contrib/openzfs/include/sys/crypto/ |
| H A D | api.h | 378 crypto_notify_callback_t nf, uint32_t event_mask);
|
| /f-stack/freebsd/sys/ |
| H A D | stats.h | 473 #define TDGST_HLPR_INFO(dt, nc, nf) \ argument 477 .prec = (nf) \
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure | 1033 -nfp | --nfp | --nf)
|