Searched refs:offload_map (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | device.c | 360 if (sc->offload_map && !uld_active(sc, ULD_IWARP))
|
| /freebsd/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 3340 if (isset(&sc->offload_map, pi->port_id)) in toe_capability() 3358 setbit(&sc->offload_map, pi->port_id); in toe_capability() 3365 if (!isset(&sc->offload_map, MAX_NPORTS) && in toe_capability() 3367 setbit(&sc->offload_map, MAX_NPORTS); in toe_capability() 3369 if (!isset(&sc->offload_map, pi->port_id)) in toe_capability() 3374 clrbit(&sc->offload_map, pi->port_id); in toe_capability()
|
| H A D | cxgb_adapter.h | 381 int offload_map; member
|
| /freebsd/sys/dev/cxgbe/cxgbei/ |
| H A D | cxgbei.c | 881 if (sc->offload_map && !uld_active(sc, ULD_ISCSI)) in cxgbei_activate_all()
|
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_tom.c | 1998 if (sc->offload_map != 0) { in t4_tom_deactivate() 2006 MPASS(sc->offload_map == 0); in t4_tom_deactivate()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | adapter.h | 1031 int offload_map; /* port_id's with IFCAP_TOE enabled */ member
|
| H A D | t4_main.c | 13430 if (isset(&sc->offload_map, pi->port_id)) { in toe_capability() 13464 setbit(&sc->offload_map, pi->port_id); in toe_capability() 13470 MPASS(isset(&sc->offload_map, pi->port_id)); in toe_capability() 13473 clrbit(&sc->offload_map, pi->port_id); in toe_capability() 13651 if (sc->offload_map != 0) { in ktls_capability()
|
| /freebsd/sys/dev/cxgbe/nvmf/ |
| H A D | nvmf_che.c | 3242 if (sc->offload_map && !uld_active(sc, ULD_NVME)) in nvmf_che_activate_all()
|