Home
last modified time | relevance | path

Searched refs:t3_prep_adapter (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_common.h732 int t3_prep_adapter(adapter_t *adapter, const struct adapter_info *ai, int reset);
Dcxgb_t3_hw.c4460 int __devinit t3_prep_adapter(adapter_t *adapter, in t3_prep_adapter() function
/freebsd-10-stable/sys/dev/cxgb/
Dcxgb_main.c513 if (t3_prep_adapter(sc, ai, 1) < 0) { in cxgb_controller_attach()