Searched refs:SKB_WR_LIST_SIZE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c334 static unsigned int skb_wrs[SKB_WR_LIST_SIZE] __read_mostly;
342 for (i = 1; i < SKB_WR_LIST_SIZE; i++) {
415 WARN_ON(frags >= SKB_WR_LIST_SIZE || wrs_needed < 1);
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.h384 #define SKB_WR_LIST_SIZE (MAX_SKB_FRAGS + 2) macro
H A Dlibcxgbi.c2316 if (frags >= SKB_WR_LIST_SIZE) {
2319 skb->data_len, (unsigned int)SKB_WR_LIST_SIZE);

Completed in 109 milliseconds