Home
last modified time | relevance | path

Searched refs:rxsc_idx (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c28 static int aq_clear_rxsc(struct aq_nic_s *nic, const int rxsc_idx,
710 static int aq_set_rxsc(struct aq_nic_s *nic, const u32 rxsc_idx) in aq_set_rxsc() argument
713 &nic->macsec_cfg->aq_rxsc[rxsc_idx]; in aq_set_rxsc()
739 2 * rxsc_idx + 1); in aq_set_rxsc()
748 2 * rxsc_idx); in aq_set_rxsc()
774 u32 rxsc_idx; in aq_mdo_add_rxsc() local
780 rxsc_idx = ffz(cfg->rxsc_idx_busy); in aq_mdo_add_rxsc()
781 if (rxsc_idx >= rxsc_idx_max) in aq_mdo_add_rxsc()
787 cfg->aq_rxsc[rxsc_idx].hw_sc_idx = aq_to_hw_sc_idx(rxsc_idx, in aq_mdo_add_rxsc()
789 cfg->aq_rxsc[rxsc_idx].sw_secy = ctx->secy; in aq_mdo_add_rxsc()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_recv_shortcut.c68 u8 rxsc_idx, cnt = 0; in core_rxsc_alloc_entry() local
73 rxsc_idx = psta->rxsc_idx_new; in core_rxsc_alloc_entry()
76 rxsc_idx = rxsc_idx%NUM_RXSC_ENTRY; in core_rxsc_alloc_entry()
77 if (psta->rxsc_entry[rxsc_idx].status != RXSC_ENTRY_APPLYING) in core_rxsc_alloc_entry()
79 rxsc_idx++; in core_rxsc_alloc_entry()
82 rxsc_entry = &psta->rxsc_entry[rxsc_idx]; in core_rxsc_alloc_entry()
88 psta->rxsc_idx_new = (rxsc_idx + 1) % NUM_RXSC_ENTRY; in core_rxsc_alloc_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_recv_shortcut.c68 u8 rxsc_idx, cnt = 0; in core_rxsc_alloc_entry() local
73 rxsc_idx = psta->rxsc_idx_new; in core_rxsc_alloc_entry()
76 rxsc_idx = rxsc_idx%NUM_RXSC_ENTRY; in core_rxsc_alloc_entry()
77 if (psta->rxsc_entry[rxsc_idx].status != RXSC_ENTRY_APPLYING) in core_rxsc_alloc_entry()
79 rxsc_idx++; in core_rxsc_alloc_entry()
82 rxsc_entry = &psta->rxsc_entry[rxsc_idx]; in core_rxsc_alloc_entry()
88 psta->rxsc_idx_new = (rxsc_idx + 1) % NUM_RXSC_ENTRY; in core_rxsc_alloc_entry()