Searched refs:arm_type (Results 1 – 3 of 3) sorted by relevance
58 static void bnxt_qplib_arm_srq(struct bnxt_qplib_srq *srq, u32 arm_type);492 static void bnxt_qplib_arm_srq(struct bnxt_qplib_srq *srq, u32 arm_type) in bnxt_qplib_arm_srq() argument500 sw_prod = (arm_type == DBC_DBC_TYPE_SRQ_ARM) ? in bnxt_qplib_arm_srq()502 db = (arm_type == DBC_DBC_TYPE_SRQ_ARMENA) ? srq->dbr_base : in bnxt_qplib_arm_srq()504 val = ((srq->id << DBC_DBC_XID_SFT) & DBC_DBC_XID_MASK) | arm_type; in bnxt_qplib_arm_srq()1912 static void bnxt_qplib_arm_cq(struct bnxt_qplib_cq *cq, u32 arm_type) in bnxt_qplib_arm_cq() argument1919 val = ((cq->id << DBC_DBC_XID_SFT) & DBC_DBC_XID_MASK) | arm_type; in bnxt_qplib_arm_cq()2821 void bnxt_qplib_req_notify_cq(struct bnxt_qplib_cq *cq, u32 arm_type) in bnxt_qplib_req_notify_cq() argument2823 if (arm_type) in bnxt_qplib_req_notify_cq()2824 bnxt_qplib_arm_cq(cq, arm_type); in bnxt_qplib_req_notify_cq()
551 void bnxt_qplib_req_notify_cq(struct bnxt_qplib_cq *cq, u32 arm_type);
417 enum arm_coff_reloc_type arm_type; member