Searched refs:fl_pad (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_netmap.c58 extern int fl_pad; /* XXXNM */
133 (fl_pad ? F_FW_IQ_CMD_FL0PADEN : 0) |
H A Dt4_sge.c95 int fl_pad = -1; variable
96 SYSCTL_INT(_hw_cxgbe, OID_AUTO, fl_pad, CTLFLAG_RDTUN, &fl_pad, 0,
131 * T4: driver will ignore this and use the same value as fl_pad above.
559 pad = fl_pad;
560 if (fl_pad < (1 << pad_shift) ||
561 fl_pad > (1 << (pad_shift + M_INGPADBOUNDARY)) ||
562 !powerof2(fl_pad)) {
571 * For fl_pad = 0 we'll still write a reasonable value to the
576 if (fl_pad >
[all...]

Completed in 126 milliseconds