Searched refs:ISL38XX_CB_TX_QSIZE (Results 1 – 5 of 5) sorted by relevance
25 #define ISL38XX_CB_TX_QSIZE 32 macro149 isl38xx_fragment tx_data_low[ISL38XX_CB_TX_QSIZE];151 isl38xx_fragment tx_data_high[ISL38XX_CB_TX_QSIZE];
156 struct sk_buff *data_low_tx[ISL38XX_CB_TX_QSIZE];158 dma_addr_t pci_map_tx_address[ISL38XX_CB_TX_QSIZE];
49 index = priv->free_data_tx % ISL38XX_CB_TX_QSIZE; in islpci_eth_cleanup_transmit()100 if (unlikely(curr_frag - priv->free_data_tx >= ISL38XX_CB_TX_QSIZE)) { in islpci_eth_transmit()199 index = curr_frag % ISL38XX_CB_TX_QSIZE; in islpci_eth_transmit()218 > ISL38XX_CB_TX_QSIZE) { in islpci_eth_transmit()
240 BUG_ON(delta > ISL38XX_CB_TX_QSIZE); in isl38xx_in_queue()
312 if (ISL38XX_CB_TX_QSIZE - in islpci_interrupt()