Home
last modified time | relevance | path

Searched refs:EGRSTATUSPAGESIZE_F (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/scsi/csiostor/
Dcsio_wr.c75 return (hw->wrm.sge.sge_control & EGRSTATUSPAGESIZE_F) ? 128 : 64; in csio_wr_qstat_pgsz()
1393 EGRSTATUSPAGESIZE_F, in csio_wr_fixup_host_params()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2665 s->stat_len = ((sge_params->sge_control & EGRSTATUSPAGESIZE_F) in t4vf_sge_init()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h121 #define EGRSTATUSPAGESIZE_F EGRSTATUSPAGESIZE_V(1U) macro
Dt4_hw.c7294 EGRSTATUSPAGESIZE_F, in t4_fixup_host_params()
7371 EGRSTATUSPAGESIZE_F, in t4_fixup_host_params()
Dsge.c5186 s->stat_len = (sge_control & EGRSTATUSPAGESIZE_F) ? 128 : 64; in t4_sge_init()