Searched refs:OWN (Results 1 – 16 of 16) sorted by relevance
/drivers/staging/rtl8192e/rtl8192e/ |
D | r8190P_def.h | 223 u8 OWN:1; member 262 u8 OWN:1; member 288 u8 OWN:1; member
|
D | rtl_core.c | 557 pdesc->OWN = 1; in _rtl92e_prepare_beacon() 1689 if (entry->OWN) in _rtl92e_tx_isr() 1780 if ((pdesc->OWN == 1) && (tcb_desc->queue_index != BEACON_QUEUE)) { in _rtl92e_tx() 1795 pdesc->OWN = 1; in _rtl92e_tx() 1842 entry->OWN = 1; in _rtl92e_alloc_rx_ring() 1917 entry->OWN = 1; in rtl92e_reset_desc_ring() 2051 if (pdesc->OWN) in _rtl92e_rx_normal() 2120 pdesc->OWN = 1; in _rtl92e_rx_normal()
|
D | r8192E_dev.c | 1325 entry->OWN = 1; in rtl92e_fill_tx_cmd_desc()
|
/drivers/staging/rtl8712/ |
D | rtl8712_xmit.h | 64 #define OWN BIT(31) macro
|
D | rtl8712_xmit.c | 271 ptx_desc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in r8712_construct_txaggr_cmd_desc() 462 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in update_txdesc()
|
D | rtl8712_cmd.c | 367 pdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in r8712_cmd_thread()
|
/drivers/staging/rtl8188eu/include/ |
D | rtl8188e_xmit.h | 64 #define OWN BIT(31) macro
|
/drivers/staging/rtl8192u/ |
D | r8192U.h | 188 u8 OWN:1; member 238 u8 OWN:1; member 253 u8 OWN:1; member
|
D | r8192U_core.c | 1344 pdesc->OWN = 1; in rtl819xU_tx_cmd() 1666 tx_desc->OWN = 1; in rtl8192_tx()
|
/drivers/staging/rtl8723au/include/ |
D | rtl8723a_xmit.h | 42 #define OWN BIT(31) macro
|
/drivers/net/ethernet/sis/ |
D | sis900.h | 197 OWN = 0x80000000, MORE = 0x40000000, INTR = 0x20000000, enumerator
|
D | sis900.c | 1622 sis_priv->tx_ring[entry].cmdsts = (OWN | INTR | skb->len); in sis900_start_xmit() 1741 while (rx_status & OWN) { in sis900_rx() 1898 if (tx_status & OWN) { in sis900_finish_xmit()
|
/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 75 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); /* own, bFirstSeg, bLastSeg; */ in rtl8188e_fill_fake_txdesc() 199 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in update_txdesc()
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 930 return !XGMAC_GET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN); in xgbe_tx_complete() 1148 XGMAC_SET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN, 1); in xgbe_rx_desc_reset() 1521 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1); in xgbe_dev_xmit() 1560 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1); in xgbe_dev_xmit() 1591 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1); in xgbe_dev_xmit() 1631 if (XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN)) in xgbe_dev_read()
|
/drivers/staging/rtl8723au/hal/ |
D | rtl8723au_xmit.c | 269 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in update_txdesc()
|
D | rtl8723a_hal_init.c | 1854 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in rtl8723a_fill_fake_txdesc()
|