Searched refs:buffer_packing (Results 1 – 1 of 1) sorted by relevance
133 static int buffer_packing = -1; variable134 SYSCTL_INT(_hw_cxgbe, OID_AUTO, buffer_packing, CTLFLAG_RDTUN, &buffer_packing,652 pad = is_t4(sc) && buffer_packing ? 64 : 1 << pad_shift; in setup_pad_and_pack_boundaries()3383 ((!is_t4(sc) && buffer_packing) || /* T5+: enabled unless 0 */ in init_fl()3384 (is_t4(sc) && buffer_packing == 1)))/* T4: disabled unless 1 */ in init_fl()