Searched refs:uld_id (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_offload.h45 int uld_id; member in struct:uld_info
H A Dcxgb_main.c3430 if (u->uld_id == ui->uld_id) {
3477 if (ui->uld_id == id) {
3499 if (ui->uld_id == id) {
/freebsd-11.0-release/sys/dev/cxgbe/
H A Doffload.h140 int uld_id; member in struct:uld_info
H A Dt4_main.c8955 if (u->uld_id == ui->uld_id) {
9008 if (ui->uld_id == id) {
9044 if (ui->uld_id == id) {
9060 uld_active(struct adapter *sc, int uld_id) argument
9063 MPASS(uld_id >= 0 && uld_id <= ULD_MAX);
9065 return (isset(&sc->active_ulds, uld_id));
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c198 .uld_id = ULD_IWARP,
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.c79 .uld_id = ULD_IWARP,
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c68 .uld_id = ULD_TOM,
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_tom.c87 .uld_id = ULD_TOM,
/freebsd-11.0-release/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c868 .uld_id = ULD_ISCSI,

Completed in 305 milliseconds