Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/ulp/iw_cxgb/
Diw_cxgb.c140 KASSERT(!isset(&sc->offload_map, MAX_NPORTS), in iwch_activate()
206 setbit(&sc->offload_map, MAX_NPORTS); in iwch_activate_all()
214 if (isset(&sc->offload_map, MAX_NPORTS) && in iwch_deactivate_all()
216 clrbit(&sc->offload_map, MAX_NPORTS); in iwch_deactivate_all()
/freebsd-9-stable/sys/dev/cxgb/
Dcxgb_adapter.h370 struct port_info port[MAX_NPORTS];
371 device_t portdev[MAX_NPORTS];
377 char port_types[MAX_NPORTS + 1];
566 #define OFFLOAD_DEVMAP_BIT (1 << MAX_NPORTS)
Dcxgb_osdep.h55 MAX_NPORTS = 4, /* max # of ports */ enumerator
Dcxgb_main.c281 #define PORT_MASK ((1 << MAX_NPORTS) - 1)
510 for (i = 0; i < MAX_NPORTS; i++) in cxgb_controller_attach()
3360 if (!isset(&sc->offload_map, MAX_NPORTS) && in toe_capability()
3362 setbit(&sc->offload_map, MAX_NPORTS); in toe_capability()
/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_ctl_defs.h86 struct ifnet *lldevs[MAX_NPORTS];
Dcxgb_common.h358 u8 port_type[MAX_NPORTS];
/freebsd-9-stable/sys/dev/cxgbe/
Dadapter.h613 struct port_info *port[MAX_NPORTS];
Dt4_main.c910 for (i = 0; i < MAX_NPORTS; i++) { in t4_detach()
/freebsd-9-stable/sys/dev/cxgbe/common/
Dcommon.h37 MAX_NPORTS = 4, /* max # of ports */ enumerator