Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c1608 static void rtl8723b_cal_txdesc_chksum(struct tx_desc *ptxdesc) in rtl8723b_cal_txdesc_chksum() argument
1610 u16 *usPtr = (u16 *)ptxdesc; in rtl8723b_cal_txdesc_chksum()
1617 ptxdesc->txdw7 &= cpu_to_le32(0xffff0000); in rtl8723b_cal_txdesc_chksum()
1628 ptxdesc->txdw7 |= cpu_to_le32(checksum & 0x0000ffff); in rtl8723b_cal_txdesc_chksum()
1656 …xdesc_vcs_8723b(struct adapter *padapter, struct pkt_attrib *pattrib, struct txdesc_8723b *ptxdesc) in fill_txdesc_vcs_8723b() argument
1661 ptxdesc->rtsen = 1; in fill_txdesc_vcs_8723b()
1663 ptxdesc->hw_rts_en = 1; in fill_txdesc_vcs_8723b()
1667 ptxdesc->cts2self = 1; in fill_txdesc_vcs_8723b()
1675 ptxdesc->rtsrate = 8; /* RTS Rate =24M */ in fill_txdesc_vcs_8723b()
1676 ptxdesc->rts_ratefb_lmt = 0xF; in fill_txdesc_vcs_8723b()
[all …]