Searched refs:pn (Results 176 - 200 of 232) sorted by relevance

12345678910

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h249 u8 pn[PN_LEN]; /* packet number */ member in struct:mwifiex_ds_encrypt_key
H A Dfw.h938 u8 pn[WPA_PN_SIZE]; member in struct:mwifiex_tkip_param
944 u8 pn[WPA_PN_SIZE]; member in struct:mwifiex_aes_param
950 u8 pn[PN_LEN]; member in struct:mwifiex_wapi_param
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs.c1339 void mcs_pn_threshold_set(struct mcs *mcs, struct mcs_set_pn_threshold *pn) argument
1343 if (pn->dir == MCS_RX)
1344 reg = pn->xpn ? MCSX_CPM_RX_SLAVE_XPN_THRESHOLD : MCSX_CPM_RX_SLAVE_PN_THRESHOLD;
1346 reg = pn->xpn ? MCSX_CPM_TX_SLAVE_XPN_THRESHOLD : MCSX_CPM_TX_SLAVE_PN_THRESHOLD;
1348 mcs_reg_write(mcs, reg, pn->threshold);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1851 u64 pn = 0; local
1858 pn = ehdr[0];
1859 pn |= (u64)ehdr[1] << 8;
1860 pn |= (u64)ehdr[4] << 16;
1861 pn |= (u64)ehdr[5] << 24;
1862 pn |= (u64)ehdr[6] << 32;
1863 pn |= (u64)ehdr[7] << 40;
1865 return pn;
1890 ath10k_dbg(ar, ATH10K_DBG_HTT, "invalid peer for frag pn check\n");
2373 union htt_rx_pn_t *pn,
2372 ath10k_htt_rx_mpdu_desc_pn_hl(struct htt_hl_rx_desc *rx_desc, union htt_rx_pn_t *pn, int pn_len_bits) argument
[all...]
H A Drx_desc.h281 u8 pn[6]; member in struct:rx_mpdu_start::__anon1726::__anon1728
331 * WEP: IV = {key_id_octet, pn2, pn1, pn0}. Only pn[23:0] is
334 * WEPSeed[1], pn1}. Only pn[47:0] is valid.
336 * pn0}. Only pn[47:0] is valid.
340 * pn[47:0] are valid.
348 * pn
349 * Use this field to access the pn without worrying about
667 * WAPI PN bits [63:0] are in the pn field of the rx_mpdu_start
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c1431 struct device_node *pn; local
1440 pn = of_parse_phandle(np, "phy-handle", 0);
1441 if (!pn) {
1450 pn = of_node_get(np);
1455 phydev = of_phy_connect(ndev, pn, ravb_adjust_link, 0, iface);
1456 of_node_put(pn);
2569 struct device_node *pn; local
2597 pn = of_parse_phandle(dev->of_node, "phy-handle", 0);
2598 phydev = of_phy_find_device(pn);
2603 of_node_put(pn);
[all...]
H A Dsh_eth.c2001 struct device_node *pn; local
2003 pn = of_parse_phandle(np, "phy-handle", 0);
2004 phydev = of_phy_connect(ndev, pn,
2008 of_node_put(pn);
3097 struct device_node *pn; local
3134 pn = of_parse_phandle(dev->of_node, "phy-handle", 0);
3135 phydev = of_phy_find_device(pn);
3140 of_node_put(pn);
/linux-master/drivers/net/wireless/st/cw1200/
H A Dsta.c780 wsm_key->aes_group.rx_seqnum[0] = seq.ccmp.pn[5];
781 wsm_key->aes_group.rx_seqnum[1] = seq.ccmp.pn[4];
782 wsm_key->aes_group.rx_seqnum[2] = seq.ccmp.pn[3];
783 wsm_key->aes_group.rx_seqnum[3] = seq.ccmp.pn[2];
784 wsm_key->aes_group.rx_seqnum[4] = seq.ccmp.pn[1];
785 wsm_key->aes_group.rx_seqnum[5] = seq.ccmp.pn[0];
/linux-master/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.c1298 packed_record[18] |= (rec->pn & 0xFF) << 8;
1299 packed_record[19] = (rec->pn >> 8) & 0xFFFF;
1300 packed_record[20] = (rec->pn >> 24) & 0xFF;
1449 rec->pn = (packed_record[18] >> 8) & 0xFF;
1450 rec->pn |= packed_record[19] << 8;
1451 rec->pn |= (packed_record[20] & 0xFF) << 24;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c1306 int pn, ret = 0; local
1311 for (pn = 0; pi + pn < pm; pn++) {
1312 if (map != !!(pfn[pi + pn] & NVKM_VMM_PFN_V))
1315 size = min_t(u64, size, pn << page->shift);
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c584 struct rb_node *pn = NULL; local
589 pn = *n;
590 tpath = rb_entry(pn, struct ipoib_path, rb_node);
595 n = &pn->rb_left;
597 n = &pn->rb_right;
602 rb_link_node(&path->rb_node, pn, n);
/linux-master/drivers/accessibility/speakup/
H A Dmain.c1852 char *pn; local
1866 for (pn = p_header->name; *pn; pn++) {
1867 if (*pn == '_')
1870 *cp++ = *pn;
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c244 static int aq_get_txsa_next_pn(struct aq_hw_s *hw, const int sa_idx, u32 *pn) argument
251 *pn = sa_rec.next_pn;
256 static int aq_get_rxsa_next_pn(struct aq_hw_s *hw, const int sa_idx, u32 *pn) argument
263 *pn = (!sa_rec.sat_nextpn) ? sa_rec.next_pn : 0;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.h346 struct_group_attr(pn, __packed,
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c467 struct nxp_c45_sa *sa, u64 pn,
471 pn_t npn = {.full64 = pn};
479 if (pn > replay_window)
480 lnpn.full64 = pn - replay_window;
466 nxp_c45_sa_set_pn(struct phy_device *phydev, struct nxp_c45_sa *sa, u64 pn, u32 replay_window) argument
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c455 ath11k_dbg(ab, ATH11K_DBG_HAL, "pn = [%08x, %08x, %08x, %08x]\n",
456 desc->pn[0], desc->pn[1], desc->pn[2], desc->pn[3]);
H A Dhal.h758 u32 pn[4]; member in struct:ath11k_hal_reo_cmd
800 u32 pn[4]; member in struct:hal_reo_status_queue_stats
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh548 run_cmd ip macsec add "$msname" tx sa 0 pn 1024 on key 01 12345678901234567890123456789012
550 run_cmd ip macsec add "$msname" rx port 1234 address "1c:ed:de:ad:be:ef" sa 0 pn 1 on key 00 0123456789abcdef0123456789abcdef
610 run_cmd ip macsec add "$msname" tx sa 0 pn 1024 on key 01 12345678901234567890123456789012
612 run_cmd ip macsec add "$msname" rx port 1234 address "1c:ed:de:ad:be:ef" sa 0 pn 1 on \
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h280 u8 pn[IWL_MAX_TID_COUNT][IEEE80211_CCMP_PN_LEN]; member in struct:iwl_mvm_key_pn::__anon1168
/linux-master/kernel/cgroup/
H A Dcpuset.c167 int pn; member in struct:cpuset
937 * cpus_allowed, but which don't have the same 'pn' partition
943 * all cpusets having the same 'pn' value then form the one
1026 csa[i]->pn = i;
1033 int apn = a->pn;
1037 int bpn = b->pn;
1043 if (c->pn == bpn)
1044 c->pn = apn;
1070 int apn = a->pn;
1095 if (apn == b->pn) {
[all...]
/linux-master/net/mac802154/
H A Dllsec.c344 struct ieee802154_llsec_device_key *pos, *pn; local
347 list_for_each_entry_safe(pos, pn, &dev->dev.keys, list) {
/linux-master/sound/soc/codecs/
H A Dwcd939x.h861 #define WCD_SDW_CH(id, pn, cmask) \
863 .port_num = pn, \
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1164 ath12k_warn(ab, "failed to find the peer %pM to configure pn replay detection\n",
1179 ath12k_warn(ab, "failed to configure rx tid %d queue of peer %pM for pn replay detection %d\n",
3151 u64 pn = 0; local
3158 pn = ehdr[0];
3159 pn |= (u64)ehdr[1] << 8;
3160 pn |= (u64)ehdr[4] << 16;
3161 pn |= (u64)ehdr[5] << 24;
3162 pn |= (u64)ehdr[6] << 32;
3163 pn |= (u64)ehdr[7] << 40;
3165 return pn;
[all...]
H A Dhal.h869 u32 pn[4]; member in struct:ath12k_hal_reo_cmd
911 u32 pn[4]; member in struct:hal_reo_status_queue_stats
/linux-master/sound/core/
H A Dcontrol.c2069 struct snd_kctl_ioctl *pn; local
2071 pn = kzalloc(sizeof(struct snd_kctl_ioctl), GFP_KERNEL);
2072 if (pn == NULL)
2074 pn->fioctl = fcn;
2076 list_add_tail(&pn->list, lists);

Completed in 639 milliseconds

12345678910