Home
last modified time | relevance | path

Searched refs:is_t5 (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dqp.c240 if (user || is_t5(rdev->lldi.adapter_type)) { in create_qp()
696 is_t5(qhp->rhp->rdev.lldi.adapter_type), NULL); in ring_kernel_sq_db()
714 is_t5(qhp->rhp->rdev.lldi.adapter_type), NULL); in ring_kernel_rq_db()
800 is_t5( in c4iw_post_send()
844 is_t5(qhp->rhp->rdev.lldi.adapter_type), wqe); in c4iw_post_send()
918 is_t5(qhp->rhp->rdev.lldi.adapter_type), wqe); in c4iw_post_receive()
1858 if (is_t5(to_c4iw_qp(ibqp)->rhp->rdev.lldi.adapter_type) && in c4iw_ib_modify_qp()
Dmem.c56 is_t5(dev->rdev.lldi.adapter_type)) && in mr_exceeds_hw_limits()
227 if (is_t5(rdev->lldi.adapter_type) && use_dsgl) { in write_adapter_mem()
Ddevice.c978 if (is_t5(devp->rdev.lldi.adapter_type)) { in c4iw_alloc()
1279 is_t5(qp->rhp->rdev.lldi.adapter_type), NULL); in resume_rc_qp()
1282 is_t5(qp->rhp->rdev.lldi.adapter_type), NULL); in resume_rc_qp()
Dprovider.c208 if (is_t5(rdev->lldi.adapter_type)) in c4iw_mmap()
Dcm.c691 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect()
2180 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in accept_cr()
2232 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in accept_cr()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h846 static inline int is_t5(enum chip_type chip) in is_t5() function
Dt4_hw.c1944 (is_t5(adap->params.chip) && hdr->chip == FW_HDR_CHIP_T5)) in t4_fw_matches_chip()
2694 if (is_t5(adap->params.chip)) in ma_intr_handler()
Dcxgb4_main.c1697 (is_t4(adap->params.chip) || is_t5(adap->params.chip))) in tid_init()