HomeSort by relevance Sort by last modified time
    Searched defs:tx_queue (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_dma.c 129 u32 tx_queue; local
136 tx_queue = ath5k_hw_reg_read(ah, AR5K_CR);
139 tx_queue |= AR5K_CR_TXE0 & ~AR5K_CR_TXD0;
142 ath5k_hw_reg_write(ah, tx_queue, AR5K_CR);
170 u32 tx_queue, pending; local
177 tx_queue = ath5k_hw_reg_read(ah, AR5K_CR);
180 tx_queue |= AR5K_CR_TXD0 & ~AR5K_CR_TXE0;
183 ath5k_hw_reg_write(ah, tx_queue, AR5K_CR);
  /external/syslinux/gpxe/src/drivers/net/
etherfabric_nic.h 190 struct efab_tx_queue tx_queue; member in struct:efab_nic
etherfabric.c 3506 struct efab_tx_queue *tx_queue = &efab->tx_queue; local
3740 struct efab_tx_queue *tx_queue = &efab->tx_queue; local
3770 struct efab_tx_queue *tx_queue = &efab->tx_queue; local
3926 struct efab_tx_queue *tx_queue = &efab->tx_queue; local
3961 struct efab_tx_queue *tx_queue = &efab->tx_queue; local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
netdevice.h 314 struct list_head tx_queue; member in struct:net_device
  /system/bt/stack/gap/
gap_int.h 75 fixed_queue_t* tx_queue; /* Queue of buffers waiting to be sent */ member in struct:__anon106221
  /external/wpa_supplicant_8/src/ap/
ap_config.h 696 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member in struct:hostapd_config

Completed in 242 milliseconds