Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_hw.c3111 u8 flush_code = 0; in nes_bld_terminate_hdr() local
3151 flush_code = IB_WC_LOC_PROT_ERR; in nes_bld_terminate_hdr()
3156 flush_code = IB_WC_REM_ACCESS_ERR; in nes_bld_terminate_hdr()
3162 flush_code = IB_WC_REM_ACCESS_ERR; in nes_bld_terminate_hdr()
3167 flush_code = IB_WC_LOC_QP_OP_ERR; in nes_bld_terminate_hdr()
3176 flush_code = IB_WC_REM_OP_ERR; in nes_bld_terminate_hdr()
3181 flush_code = IB_WC_REM_ACCESS_ERR; in nes_bld_terminate_hdr()
3188 flush_code = IB_WC_LOC_PROT_ERR; in nes_bld_terminate_hdr()
3192 flush_code = IB_WC_REM_ACCESS_ERR; in nes_bld_terminate_hdr()
3200 flush_code = IB_WC_REM_ACCESS_ERR; in nes_bld_terminate_hdr()
[all …]
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_hw.c847 &pinfo->sq_major_code, qp->flush_code); in i40iw_flush_wqes()
849 &pinfo->rq_major_code, qp->flush_code); in i40iw_flush_wqes()
Di40iw_type.h403 enum i40iw_flush_opcode flush_code; member
Di40iw_ctrl.c4364 qp->flush_code = opcode; in i40iw_setup_termhdr()