Home
last modified time | relevance | path

Searched refs:write_cmpl_support (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c641 lld->write_cmpl_support = adap->params.write_cmpl_support; in uld_init()
H A Dcxgb4_uld.h470 bool write_cmpl_support; /* FW supports WRITE_CMPL WR */ member
H A Dcxgb4.h489 bool write_cmpl_support; /* FW supports WRITE_CMPL */ member
H A Dcxgb4_main.c5297 adap->params.write_cmpl_support = (ret == 0 && val[0] != 0); in adap_init0()