Home
last modified time | relevance | path

Searched refs:tom_softc (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_tom.c140 toep->td = sc->tom_softc; in alloc_toepcb()
516 struct tom_data *td = sc->tom_softc; in add_tid_to_history()
552 struct tom_data *td = sc->tom_softc; in remove_tcb_histent()
567 struct tom_data *td = sc->tom_softc; in lookup_tcb_histent()
595 struct tom_data *td = sc->tom_softc; in release_tcb_histent()
621 struct tom_data *td = te->te_adapter->tom_softc; in update_tcb_histent()
1734 sc->tom_softc = td; in t4_tom_activate()
1735 register_toedev(sc->tom_softc); in t4_tom_activate()
1747 struct tom_data *td = sc->tom_softc; in t4_tom_deactivate()
1777 unregister_toedev(sc->tom_softc); in t4_tom_deactivate()
[all …]
Dt4_tom_l2t.c169 struct tom_data *td = sc->tom_softc; in resolution_failed()
233 struct tom_data *td = sc->tom_softc; in resolve_entry()
Dt4_listen.c273 struct tom_data *td = sc->tom_softc; in listen_hash_add()
288 struct tom_data *td = sc->tom_softc; in listen_hash_find()
308 struct tom_data *td = sc->tom_softc; in listen_hash_del()
Dt4_ddp.c1206 struct tom_data *td = sc->tom_softc; in prep_pageset()
/freebsd-12-stable/sys/dev/cxgb/
Dcxgb_adapter.h375 void *tom_softc; member
Dcxgb_main.c3408 KASSERT(sc->tom_softc != NULL, in toe_capability()
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
Dicl_cxgbei.c516 struct tom_data *td = sc->tom_softc; in find_offload_adapter()
/freebsd-12-stable/sys/dev/cxgbe/
Dadapter.h865 void *tom_softc; /* (struct tom_data *) */ member
Dt4_main.c10622 KASSERT(sc->tom_softc != NULL, in toe_capability()