Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h731 int t3_prep_adapter(adapter_t *adapter, const struct adapter_info *ai, int reset);
H A Dcxgb_t3_hw.c4458 int __devinit t3_prep_adapter(adapter_t *adapter, in t3_prep_adapter() function
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c509 if (t3_prep_adapter(sc, ai, 1) < 0) { in cxgb_controller_attach()