Searched refs:OWN (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/staging/rtl8712/
H A Drtl8712_xmit.h50 #define OWN BIT(31) macro
H A Drtl8712_xmit.c256 ptx_desc->txdw0 |= cpu_to_le32(OWN | FSG | LSG);
432 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG);
H A Drtl8712_cmd.c312 pdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG);
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_def.h181 u8 OWN:1; member in struct:tx_desc
219 u8 OWN:1; member in struct:tx_desc_cmd
245 u8 OWN:1; member in struct:rx_desc
H A Drtl_core.c1207 if (entry->OWN)
1276 if ((pdesc->OWN == 1) && (tcb_desc->queue_index != BEACON_QUEUE)) {
1286 pdesc->OWN = 1;
1331 entry->OWN = 1;
1405 entry->OWN = 1;
1510 if (pdesc->OWN)
1555 pdesc->OWN = 1;
H A Dr8192E_dev.c1007 entry->OWN = 1;
/linux-master/arch/x86/include/asm/
H A Dperf_event_p4.h645 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ALLOCATION, OWN, 13),
657 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ACTIVE_ENTRIES, OWN, 13),
/linux-master/drivers/net/ethernet/sis/
H A Dsis900.h198 OWN = 0x80000000, MORE = 0x40000000, INTR = 0x20000000, enumerator in enum:sis900_buffer_status
H A Dsis900.c1635 sis_priv->tx_ring[entry].cmdsts = (OWN | INTR | skb->len);
1754 while (rx_status & OWN) {
1913 if (tx_status & OWN) {
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtl8723b_xmit.h30 #define OWN BIT(31) macro
/linux-master/arch/x86/events/intel/
H A Dp4.c178 P4_ESCR_EMASK_BIT(P4_EVENT_IOQ_ALLOCATION, OWN) |
195 P4_ESCR_EMASK_BIT(P4_EVENT_IOQ_ACTIVE_ENTRIES, OWN) |
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c1429 return !XGMAC_GET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN);
1454 * Reset all other control bits (OWN, CTXT, FD, LD, CPC, CIC, etc)
1520 * set control bits OWN and INTE
1532 * is written to the descriptor(s) before setting the OWN bit
1537 XGMAC_SET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN, 1);
1855 /* Set OWN bit if not the first descriptor */
1857 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1);
1902 /* Set OWN bit */
1903 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1);
1929 * is written to the descriptor(s) before setting the OWN bi
[all...]

Completed in 183 milliseconds