Searched refs:offload_map (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | device.c | 337 if (sc->offload_map && !uld_active(sc, ULD_IWARP)) in c4iw_activate_all()
|
| /freebsd-12.1/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 3394 if (isset(&sc->offload_map, pi->port_id)) in toe_capability() 3412 setbit(&sc->offload_map, pi->port_id); in toe_capability() 3419 if (!isset(&sc->offload_map, MAX_NPORTS) && in toe_capability() 3421 setbit(&sc->offload_map, MAX_NPORTS); in toe_capability() 3423 if (!isset(&sc->offload_map, pi->port_id)) in toe_capability() 3428 clrbit(&sc->offload_map, pi->port_id); in toe_capability()
|
| H A D | cxgb_adapter.h | 382 int offload_map; member
|
| /freebsd-12.1/sys/dev/cxgbe/cxgbei/ |
| H A D | cxgbei.c | 548 if (sc->offload_map && !uld_active(sc, ULD_ISCSI)) in cxgbei_activate_all()
|
| /freebsd-12.1/sys/dev/cxgbe/ |
| H A D | adapter.h | 845 int offload_map; /* ports with IFCAP_TOE enabled */ member
|
| H A D | t4_main.c | 10218 if (isset(&sc->offload_map, pi->port_id)) { in toe_capability() 10246 setbit(&sc->offload_map, pi->port_id); in toe_capability() 10250 if (!isset(&sc->offload_map, pi->port_id) || pi->uld_vis > 0) in toe_capability() 10255 clrbit(&sc->offload_map, pi->port_id); in toe_capability()
|
| /freebsd-12.1/sys/dev/cxgbe/tom/ |
| H A D | t4_tom.c | 1751 if (sc->offload_map != 0) in t4_tom_deactivate()
|