Searched refs:ISL38XX_CB_TX_QSIZE (Results 1 – 5 of 5) sorted by relevance
28 #define ISL38XX_CB_TX_QSIZE 32 macro152 isl38xx_fragment tx_data_low[ISL38XX_CB_TX_QSIZE];154 isl38xx_fragment tx_data_high[ISL38XX_CB_TX_QSIZE];
160 struct sk_buff *data_low_tx[ISL38XX_CB_TX_QSIZE];162 dma_addr_t pci_map_tx_address[ISL38XX_CB_TX_QSIZE];
50 index = priv->free_data_tx % ISL38XX_CB_TX_QSIZE; in islpci_eth_cleanup_transmit()108 if (unlikely(curr_frag - priv->free_data_tx >= ISL38XX_CB_TX_QSIZE)) { in islpci_eth_transmit()209 index = curr_frag % ISL38XX_CB_TX_QSIZE; in islpci_eth_transmit()227 > ISL38XX_CB_TX_QSIZE) { in islpci_eth_transmit()
242 BUG_ON(delta > ISL38XX_CB_TX_QSIZE); in isl38xx_in_queue()
308 if (ISL38XX_CB_TX_QSIZE - in islpci_interrupt()