Home
last modified time | relevance | path

Searched refs:arm_type (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c55 static void bnxt_qplib_arm_srq(struct bnxt_qplib_srq *srq, u32 arm_type);
482 static void bnxt_qplib_arm_srq(struct bnxt_qplib_srq *srq, u32 arm_type) in bnxt_qplib_arm_srq() argument
490 sw_prod = (arm_type == DBR_DBR_TYPE_SRQ_ARM) ? srq->threshold : in bnxt_qplib_arm_srq()
495 DBR_DBR_XID_MASK) | arm_type); in bnxt_qplib_arm_srq()
496 db = (arm_type == DBR_DBR_TYPE_SRQ_ARMENA) ? in bnxt_qplib_arm_srq()
1896 static void bnxt_qplib_arm_cq(struct bnxt_qplib_cq *cq, u32 arm_type) in bnxt_qplib_arm_cq() argument
1908 arm_type); in bnxt_qplib_arm_cq()
2829 void bnxt_qplib_req_notify_cq(struct bnxt_qplib_cq *cq, u32 arm_type) in bnxt_qplib_req_notify_cq() argument
2831 if (arm_type) in bnxt_qplib_req_notify_cq()
2832 bnxt_qplib_arm_cq(cq, arm_type); in bnxt_qplib_req_notify_cq()
Dqplib_fp.h517 void bnxt_qplib_req_notify_cq(struct bnxt_qplib_cq *cq, u32 arm_type);
/Linux-v4.19/include/linux/
Dpe.h428 enum arm_coff_reloc_type arm_type; member