Searched refs:dropless_fc (Results 1 – 2 of 2) sorted by relevance
107 static int dropless_fc; variable108 module_param(dropless_fc, int, 0);109 MODULE_PARM_DESC(dropless_fc, " Pause on exhausted host ring");2135 if (!CHIP_IS_E1(bp) && bp->dropless_fc) { in bnx2x_link_attn()8920 bp->dropless_fc = 0; in bnx2x_init_bp()8922 bp->dropless_fc = dropless_fc; in bnx2x_init_bp()
1119 int dropless_fc; member