/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.c | 358 bool firstseg = ((hdr->seq_ctrl & in rtl92ce_tx_fill_desc() local 392 firstseg = true; in rtl92ce_tx_fill_desc() 395 if (firstseg) { in rtl92ce_tx_fill_desc() 488 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl92ce_tx_fill_desc() 522 u8 *pdesc8, bool firstseg, in rtl92ce_tx_fill_cmddesc() argument 543 if (firstseg) in rtl92ce_tx_fill_cmddesc()
|
D | trx.h | 358 u32 firstseg:1; member 465 u32 firstseg:1; member
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.c | 359 bool firstseg = ((hdr->seq_ctrl & in rtl8723e_tx_fill_desc() local 390 firstseg = true; in rtl8723e_tx_fill_desc() 394 if (firstseg) { in rtl8723e_tx_fill_desc() 487 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl8723e_tx_fill_desc() 523 u8 *pdesc8, bool firstseg, in rtl8723e_tx_fill_cmddesc() argument 544 if (firstseg) in rtl8723e_tx_fill_cmddesc()
|
D | trx.h | 360 u32 firstseg:1; member 467 u32 firstseg:1; member 533 bool firstseg, bool lastseg,
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | trx.c | 328 bool firstseg = (!(hdr->seq_ctrl & cpu_to_le16(IEEE80211_SCTL_FRAG))); in rtl92se_tx_fill_desc() local 355 firstseg = true; in rtl92se_tx_fill_desc() 359 if (firstseg) { in rtl92se_tx_fill_desc() 482 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl92se_tx_fill_desc() 495 bool firstseg, bool lastseg, struct sk_buff *skb) in rtl92se_tx_fill_cmddesc() argument
|
D | trx.h | 13 void rtl92se_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg,
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | trx.c | 493 bool firstseg = ((hdr->seq_ctrl & in rtl88ee_tx_fill_desc() local 527 firstseg = true; in rtl88ee_tx_fill_desc() 530 if (firstseg) { in rtl88ee_tx_fill_desc() 642 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl88ee_tx_fill_desc() 669 u8 *pdesc8, bool firstseg, in rtl88ee_tx_fill_cmddesc() argument 690 if (firstseg) in rtl88ee_tx_fill_cmddesc()
|
D | trx.h | 624 u32 firstseg:1; member 735 u32 firstseg:1; member 800 bool firstseg, bool lastseg,
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.c | 489 bool firstseg = ((hdr->seq_ctrl & in rtl92de_tx_fill_desc() local 520 firstseg = true; in rtl92de_tx_fill_desc() 523 if (firstseg) { in rtl92de_tx_fill_desc() 636 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl92de_tx_fill_desc() 659 u8 *pdesc8, bool firstseg, in rtl92de_tx_fill_cmddesc() argument 681 if (firstseg) in rtl92de_tx_fill_cmddesc()
|
D | trx.h | 395 u32 firstseg:1; member 502 u32 firstseg:1; member
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | trx.c | 419 bool firstseg = ((hdr->seq_ctrl & in rtl8723be_tx_fill_desc() local 451 firstseg = true; in rtl8723be_tx_fill_desc() 454 if (firstseg) { in rtl8723be_tx_fill_desc() 562 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl8723be_tx_fill_desc() 588 bool firstseg, bool lastseg, in rtl8723be_tx_fill_cmddesc() argument
|
D | trx.h | 469 u32 firstseg:1; member 580 u32 firstseg:1; member 645 bool firstseg, bool lastseg,
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.c | 655 bool firstseg = ((hdr->seq_ctrl & in rtl92ee_tx_fill_desc() local 691 firstseg = true; in rtl92ee_tx_fill_desc() 694 if (firstseg) { in rtl92ee_tx_fill_desc() 811 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl92ee_tx_fill_desc() 831 u8 *pdesc8, bool firstseg, in rtl92ee_tx_fill_cmddesc() argument 849 if (firstseg) in rtl92ee_tx_fill_cmddesc()
|
D | trx.h | 560 u32 firstseg:1; member 671 u32 firstseg:1; member 746 bool firstseg, bool lastseg,
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.c | 679 bool firstseg = ((hdr->seq_ctrl & in rtl8821ae_tx_fill_desc() local 705 firstseg = true; in rtl8821ae_tx_fill_desc() 708 if (firstseg) { in rtl8821ae_tx_fill_desc() 805 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl8821ae_tx_fill_desc() 832 u8 *pdesc8, bool firstseg, in rtl8821ae_tx_fill_cmddesc() argument
|
D | trx.h | 475 u32 firstseg:1; member 586 u32 firstseg:1; member 651 bool firstseg, bool lastseg,
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | mac.h | 79 u32 firstseg:1; member
|
D | trx.c | 630 u8 *pdesc8, bool firstseg, in rtl92cu_tx_fill_cmddesc() argument 640 if (firstseg) in rtl92cu_tx_fill_cmddesc()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 2252 bool firstseg, bool lastseg,
|