Searched refs:ppdu (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | debug.c | 4252 #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 D | phy.c | 8654 edcca_bak->ppdu = in rtw89_phy_config_edcca() 8673 edcca_bak->ppdu, bb->phy_idx); in rtw89_phy_config_edcca()
|
| H A D | core.h | 6365 u8 ppdu; member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 2545 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 D | be_main.c | 1665 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()
|