Searched refs:offload_map (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | device.c | 356 if (sc->offload_map && !uld_active(sc, ULD_IWARP)) in c4iw_activate_all()
|
| /freebsd-13.1/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 3402 if (isset(&sc->offload_map, pi->port_id)) in toe_capability() 3420 setbit(&sc->offload_map, pi->port_id); in toe_capability() 3427 if (!isset(&sc->offload_map, MAX_NPORTS) && in toe_capability() 3429 setbit(&sc->offload_map, MAX_NPORTS); in toe_capability() 3431 if (!isset(&sc->offload_map, pi->port_id)) in toe_capability() 3436 clrbit(&sc->offload_map, pi->port_id); in toe_capability()
|
| H A D | cxgb_adapter.h | 383 int offload_map; member
|
| /freebsd-13.1/sys/dev/cxgbe/cxgbei/ |
| H A D | cxgbei.c | 789 if (sc->offload_map && !uld_active(sc, ULD_ISCSI)) in cxgbei_activate_all()
|
| /freebsd-13.1/sys/dev/cxgbe/ |
| H A D | adapter.h | 937 int offload_map; /* port_id's with IFCAP_TOE enabled */ member
|
| H A D | t4_main.c | 12471 if (isset(&sc->offload_map, pi->port_id)) { in toe_capability() 12499 setbit(&sc->offload_map, pi->port_id); in toe_capability() 12503 if (!isset(&sc->offload_map, pi->port_id) || pi->uld_vis > 0) in toe_capability() 12508 clrbit(&sc->offload_map, pi->port_id); in toe_capability() 12671 if (sc->offload_map != 0) { in ktls_capability()
|
| /freebsd-13.1/sys/dev/cxgbe/tom/ |
| H A D | t4_tom.c | 1793 if (sc->offload_map != 0) in t4_tom_deactivate()
|