Home
last modified time | relevance | path

Searched refs:write_cmpl_support (Results 1 – 5 of 5) 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.c5306 adap->params.write_cmpl_support = (ret == 0 && val[0] != 0); in adap_init0()
/linux/drivers/infiniband/hw/cxgb4/
H A Ddevice.c881 rdev->status_page->write_cmpl_supported = rdev->lldi.write_cmpl_support; in c4iw_rdev_open()