Home
last modified time | relevance | path

Searched refs:t3_activate_uld (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_offload.h116 int t3_activate_uld(struct adapter *, int);
H A Dcxgb_main.c3343 rc = t3_activate_uld(sc, ULD_TOM); in toe_capability()
3365 t3_activate_uld(sc, ULD_IWARP) == 0) in toe_capability()
3429 t3_activate_uld(struct adapter *sc, int id) in t3_activate_uld() function