Searched refs:ptxdesc (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl8712_xmit.c | 359 struct tx_desc *ptxdesc = pxmitbuf->pbuf; in r8712_dump_aggr_xframe() local 362 u16 total_length = (u16)(ptxdesc->txdw0 & 0xffff); in r8712_dump_aggr_xframe() 380 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe() 385 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe() 404 struct tx_desc *ptxdesc = (struct tx_desc *)pmem; in update_txdesc() local 414 memcpy(&txdesc_mp, ptxdesc, sizeof(struct tx_desc)); in update_txdesc() 415 memset(ptxdesc, 0, sizeof(struct tx_desc)); in update_txdesc() 417 ptxdesc->txdw0 |= cpu_to_le32(sz & 0x0000ffff); in update_txdesc() 431 ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ + 8) << in update_txdesc() 435 ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ) << in update_txdesc() [all …]
|
D | rtl871x_xmit.c | 610 u8 *pframe, *mem_start, *ptxdesc; in r8712_xmitframe_coalesce() local 625 ptxdesc = pbuf_start; in r8712_xmitframe_coalesce() 635 _r8712_pktfile_read(&pktfile, ptxdesc, TXDESC_SIZE); in r8712_xmitframe_coalesce()
|
/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 2504 static void rtl8723b_cal_txdesc_chksum(struct tx_desc *ptxdesc) in rtl8723b_cal_txdesc_chksum() argument 2506 u16 *usPtr = (u16 *)ptxdesc; in rtl8723b_cal_txdesc_chksum() 2513 ptxdesc->txdw7 &= cpu_to_le32(0xffff0000); in rtl8723b_cal_txdesc_chksum() 2524 ptxdesc->txdw7 |= cpu_to_le32(checksum & 0x0000ffff); in rtl8723b_cal_txdesc_chksum() 2552 …xdesc_vcs_8723b(struct adapter *padapter, struct pkt_attrib *pattrib, struct txdesc_8723b *ptxdesc) in fill_txdesc_vcs_8723b() argument 2557 ptxdesc->rtsen = 1; in fill_txdesc_vcs_8723b() 2559 ptxdesc->hw_rts_en = 1; in fill_txdesc_vcs_8723b() 2563 ptxdesc->cts2self = 1; in fill_txdesc_vcs_8723b() 2571 ptxdesc->rtsrate = 8; /* RTS Rate =24M */ in fill_txdesc_vcs_8723b() 2572 ptxdesc->rts_ratefb_lmt = 0xF; in fill_txdesc_vcs_8723b() [all …]
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_mp.h | 330 void fill_txdesc_for_mp(struct adapter *padapter, u8 *ptxdesc);
|