Home
last modified time | relevance | path

Searched refs:ppdu (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c4252 #define PPDU_SAME(ppdu) \ argument
4253 {.str = {ppdu, ppdu}, \
4254 .cnt = {ARRAY_SIZE(ppdu), ARRAY_SIZE(ppdu)} }
4255 #define PPDU_VARIANT(ppdu) \ argument
4256 {.str = {ppdu##_ax, ppdu##_be}, \
4257 .cnt = {ARRAY_SIZE(ppdu##_ax), ARRAY_SIZE(ppdu##_be)} }
4258 #define PPDU_GEV1(ppdu) \ argument
4259 {.str = {NULL, ppdu}, \
4260 .cnt = {0, ARRAY_SIZE(ppdu)} }
H A Dphy.c8654 edcca_bak->ppdu = in rtw89_phy_config_edcca()
8673 edcca_bak->ppdu, bb->phy_idx); in rtw89_phy_config_edcca()
H A Dcore.h6365 u8 ppdu; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2545 sizeof(rx->ppdu) + sizeof(rx->prefix) + in ath10k_htt_rx_proc_rx_ind_hl()
2557 if (rx->ppdu.combined_rssi == 0) { in ath10k_htt_rx_proc_rx_ind_hl()
2563 rx->ppdu.combined_rssi; in ath10k_htt_rx_proc_rx_ind_hl()
2797 sizeof(rx_hl->ppdu) + in ath10k_htt_rx_proc_rx_frag_ind_hl()
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c1665 struct pdu_base *ppdu; in beiscsi_hdl_gather_pdu() local
1676 ppdu = pasync_handle->pbuffer; in beiscsi_hdl_gather_pdu()
1678 data_len_hi, ppdu); in beiscsi_hdl_gather_pdu()
1681 data_len_lo, ppdu)); in beiscsi_hdl_gather_pdu()