Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h363 bool write_cmpl_support; /* FW supports WRITE_CMPL WR */ member
Dcxgb4_uld.c670 lld->write_cmpl_support = adap->params.write_cmpl_support; in uld_init()
Dcxgb4.h412 bool write_cmpl_support; /* FW supports WRITE_CMPL */ member
Dcxgb4_main.c4586 adap->params.write_cmpl_support = (ret == 0 && val[0] != 0); in adap_init0()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Ddevice.c869 rdev->status_page->write_cmpl_supported = rdev->lldi.write_cmpl_support; in c4iw_rdev_open()
Dqp.c1141 if (qhp->rhp->rdev.lldi.write_cmpl_support && in c4iw_post_send()