Searched refs:ptxdesc (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8712/ |
D | rtl8712_xmit.c | 353 struct tx_desc *ptxdesc = pxmitbuf->pbuf; in r8712_dump_aggr_xframe() local 356 u16 total_length = (u16)(ptxdesc->txdw0 & 0xffff); in r8712_dump_aggr_xframe() 374 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe() 379 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe() 398 struct tx_desc *ptxdesc = (struct tx_desc *)pmem; in update_txdesc() local 408 memcpy(&txdesc_mp, ptxdesc, sizeof(struct tx_desc)); in update_txdesc() 409 memset(ptxdesc, 0, sizeof(struct tx_desc)); in update_txdesc() 411 ptxdesc->txdw0 |= cpu_to_le32(sz & 0x0000ffff); in update_txdesc() 425 ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ + 8) << in update_txdesc() 429 ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ) << in update_txdesc() [all …]
|
D | rtl871x_xmit.c | 607 u8 *pframe, *mem_start, *ptxdesc; in r8712_xmitframe_coalesce() local 622 ptxdesc = pbuf_start; in r8712_xmitframe_coalesce() 632 _r8712_pktfile_read(&pktfile, ptxdesc, TXDESC_SIZE); in r8712_xmitframe_coalesce()
|
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 2493 static void rtl8723b_cal_txdesc_chksum(struct tx_desc *ptxdesc) in rtl8723b_cal_txdesc_chksum() argument 2495 u16 *usPtr = (u16 *)ptxdesc; in rtl8723b_cal_txdesc_chksum() 2502 ptxdesc->txdw7 &= cpu_to_le32(0xffff0000); in rtl8723b_cal_txdesc_chksum() 2513 ptxdesc->txdw7 |= cpu_to_le32(checksum & 0x0000ffff); in rtl8723b_cal_txdesc_chksum() 2541 …xdesc_vcs_8723b(struct adapter *padapter, struct pkt_attrib *pattrib, struct txdesc_8723b *ptxdesc) in fill_txdesc_vcs_8723b() argument 2546 ptxdesc->rtsen = 1; in fill_txdesc_vcs_8723b() 2548 ptxdesc->hw_rts_en = 1; in fill_txdesc_vcs_8723b() 2552 ptxdesc->cts2self = 1; in fill_txdesc_vcs_8723b() 2560 ptxdesc->rtsrate = 8; /* RTS Rate =24M */ in fill_txdesc_vcs_8723b() 2561 ptxdesc->rts_ratefb_lmt = 0xF; in fill_txdesc_vcs_8723b() [all …]
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | rtw_mp.h | 301 void fill_txdesc_for_mp(struct adapter *padapter, u8 *ptxdesc);
|