Searched refs:MAX_FETCH_BD (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bnx2x/
H A Dbnx2x_cmn.c1714 #if (MAX_SKB_FRAGS >= MAX_FETCH_BD - 3)
1726 if (skb_shinfo(skb)->nr_frags >= (MAX_FETCH_BD - 3)) {
1732 int wnd_size = MAX_FETCH_BD - 3;
1850 #if (MAX_SKB_FRAGS >= MAX_FETCH_BD - 3)
H A Dbnx2x.h350 #define MAX_FETCH_BD 13 /* HW max BDs per packet */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_cmn.c1714 #if (MAX_SKB_FRAGS >= MAX_FETCH_BD - 3)
1726 if (skb_shinfo(skb)->nr_frags >= (MAX_FETCH_BD - 3)) {
1732 int wnd_size = MAX_FETCH_BD - 3;
1850 #if (MAX_SKB_FRAGS >= MAX_FETCH_BD - 3)
H A Dbnx2x.h350 #define MAX_FETCH_BD 13 /* HW max BDs per packet */ macro

Completed in 193 milliseconds