Searched refs:clear_sge_ctxt (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_hw.c | 2528 static int clear_sge_ctxt(adapter_t *adap, unsigned int id, unsigned int type) in clear_sge_ctxt() function 4169 if (clear_sge_ctxt(adapter, i, F_CQ)) in t3_init_hw() 4427 err = clear_sge_ctxt(adap, i, F_EGRESS); in init_parity() 4429 err = clear_sge_ctxt(adap, i, F_EGRESS); in init_parity() 4431 err = clear_sge_ctxt(adap, i, F_RESPONSEQ); in init_parity()
|