Home
last modified time | relevance | path

Searched refs:sge_control (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dt4vf_hw.c117 sp->sge_control = vals[0]; in t4vf_get_sge_params()
172 sp->spg_len = sp->sge_control & F_EGRSTATUSPAGESIZE ? 128 : 64; in t4vf_get_sge_params()
173 sp->fl_pktshift = G_PKTSHIFT(sp->sge_control); in t4vf_get_sge_params()
175 sp->pad_boundary = 1 << (G_INGPADBOUNDARY(sp->sge_control) + in t4vf_get_sge_params()
178 sp->pad_boundary = 1 << (G_INGPADBOUNDARY(sp->sge_control) + in t4vf_get_sge_params()
H A Dcommon.h247 u32 sge_control; member
H A Dt4_hw.c9599 sp->sge_control = r; in t4_init_sge_params()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c924 r = sp->sge_control; in t4_verify_chip_settings()