Searched refs:ISL38XX_CB_TX_QSIZE (Results 1 – 5 of 5) sorted by relevance
13 #define ISL38XX_CB_TX_QSIZE 32 macro137 isl38xx_fragment tx_data_low[ISL38XX_CB_TX_QSIZE];139 isl38xx_fragment tx_data_high[ISL38XX_CB_TX_QSIZE];
144 struct sk_buff *data_low_tx[ISL38XX_CB_TX_QSIZE];146 dma_addr_t pci_map_tx_address[ISL38XX_CB_TX_QSIZE];
38 index = priv->free_data_tx % ISL38XX_CB_TX_QSIZE; in islpci_eth_cleanup_transmit()89 if (unlikely(curr_frag - priv->free_data_tx >= ISL38XX_CB_TX_QSIZE)) { in islpci_eth_transmit()187 index = curr_frag % ISL38XX_CB_TX_QSIZE; in islpci_eth_transmit()206 > ISL38XX_CB_TX_QSIZE) { in islpci_eth_transmit()
230 BUG_ON(delta > ISL38XX_CB_TX_QSIZE); in isl38xx_in_queue()
300 if (ISL38XX_CB_TX_QSIZE - in islpci_interrupt()