Searched refs:last_max_sge (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h702 uint16_t last_max_sge; member in struct:bxe_fastpath
H A Dbxe.c2977 uint16_t last_max = fp->last_max_sge;
2980 fp->last_max_sge = idx;
3013 last_max = RX_SGE(fp->last_max_sge);
3039 "fp[%02d] fp->last_max_sge=%d fp->rx_sge_prod=%d\n",
3040 fp->index, fp->last_max_sge, fp->rx_sge_prod);

Completed in 189 milliseconds