Searched refs:ISL38XX_CB_TX_QSIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Disl_38xx.h26 #define ISL38XX_CB_TX_QSIZE 32 macro
150 isl38xx_fragment tx_data_low[ISL38XX_CB_TX_QSIZE];
152 isl38xx_fragment tx_data_high[ISL38XX_CB_TX_QSIZE];
H A Dislpci_dev.h155 struct sk_buff *data_low_tx[ISL38XX_CB_TX_QSIZE];
157 dma_addr_t pci_map_tx_address[ISL38XX_CB_TX_QSIZE];
H A Dislpci_eth.c48 index = priv->free_data_tx % ISL38XX_CB_TX_QSIZE;
100 if (unlikely(curr_frag - priv->free_data_tx >= ISL38XX_CB_TX_QSIZE)) {
204 index = curr_frag % ISL38XX_CB_TX_QSIZE;
223 > ISL38XX_CB_TX_QSIZE) {
H A Disl_38xx.c241 BUG_ON(delta > ISL38XX_CB_TX_QSIZE);
H A Dislpci_dev.c308 if (ISL38XX_CB_TX_QSIZE -

Completed in 105 milliseconds