Searched refs:cxgb_up (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c202 static int cxgb_up(struct adapter *adapter) cxgb_up() function
253 if (!adapter->open_device_map && (err = cxgb_up(adapter)) < 0) { cxgb_open()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c1200 * cxgb_up - enable the adapter
1209 static int cxgb_up(struct adapter *adap) cxgb_up() function
1356 if (!adap_up && (err = cxgb_up(adapter)) < 0) offload_open()
1423 if (!adapter->open_device_map && (err = cxgb_up(adapter)) < 0) cxgb_open()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c2633 * cxgb_up - enable the adapter
2642 static int cxgb_up(struct adapter *adap) cxgb_up() function
2714 err = cxgb_up(adapter); cxgb_open()
4063 if (cxgb_up(adap))
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c697 * this is called "cxgb_up" in the PF Driver.)

Completed in 104 milliseconds