Searched refs:ext_type (Results 1 – 10 of 10) sorted by relevance
191 enum ehca_ext_qp_type ext_type; member230 #define IS_SRQ(qp) (qp->ext_type == EQPT_SRQ)231 #define HAS_SQ(qp) (qp->ext_type != EQPT_SRQ)232 #define HAS_RQ(qp) (qp->ext_type != EQPT_SRQBASE)410 u32 ext_type; member461 enum ehca_ext_qp_type ext_type; member
405 if (qp->ext_type == EQPT_LLQP) in ehca_add_to_err_list()499 parms.ext_type = EQPT_LLQP; in internal_create_qp()516 parms.ext_type = EQPT_SRQBASE; in internal_create_qp()528 parms.ext_type = EQPT_SRQ; in internal_create_qp()629 my_qp->ext_type = parms.ext_type; in internal_create_qp()895 resp.ext_type = my_qp->ext_type; in internal_create_qp()1168 if (my_qp->ext_type != EQPT_SRQBASE) { in check_for_left_cqes()1381 (my_qp->ext_type != EQPT_LLQP) && in internal_modify_qp()
191 if (qp->ext_type == EQPT_SRQ) { in dispatch_qp_event()224 dispatch_qp_event(shca, qp, fatal && qp->ext_type == EQPT_SRQ ? in qp_event_callback()232 if (fatal && qp->ext_type == EQPT_SRQBASE) in qp_event_callback()
296 EHCA_BMASK_SET(H_ALL_RES_QP_ENHANCED_OPS, parms->ext_type) in hipz_h_alloc_resource_qp()325 if (parms->ext_type == EQPT_SRQ) in hipz_h_alloc_resource_qp()
519 my_qp, my_qp->real_qp_num, my_qp->ext_type); in internal_post_recv()
149 unsigned int offset, ext_type, ext_len; in rds_message_next_extension() local158 ext_type = src[offset++]; in rds_message_next_extension()160 if (ext_type == RDS_EXTHDR_NONE || ext_type >= __RDS_EXTHDR_MAX) in rds_message_next_extension()162 ext_len = rds_exthdr_size[ext_type]; in rds_message_next_extension()170 return ext_type; in rds_message_next_extension()
239 u16 ext_type; /* extended type */ member306 u16 ext_type; /* extended type */ member
4528 ctrt.ext_type = 0x6000 | ha->pdev->subsystem_device; in gdth_ioctl()4530 ctrt.ext_type = 0x6000 | ha->stype; in gdth_ioctl()
181 int ext_type = uwb_ie_drp_type(ext_drp_ie); in evaluate_conflict_action() local185 if (ext_type == UWB_DRP_TYPE_PCA && our_type == UWB_DRP_TYPE_PCA) { in evaluate_conflict_action()195 if (ext_type == UWB_DRP_TYPE_ALIEN_BP) { in evaluate_conflict_action()
489 uint16_t ext_type; in parse_exthdrs() local494 ext_type = ehdr->sadb_ext_type; in parse_exthdrs()497 ext_type == SADB_EXT_RESERVED) in parse_exthdrs()500 if (ext_type <= SADB_EXT_MAX) { in parse_exthdrs()501 int min = (int) sadb_ext_min_len[ext_type]; in parse_exthdrs()504 if (ext_hdrs[ext_type-1] != NULL) in parse_exthdrs()506 if (ext_type == SADB_EXT_ADDRESS_SRC || in parse_exthdrs()507 ext_type == SADB_EXT_ADDRESS_DST || in parse_exthdrs()508 ext_type == SADB_EXT_ADDRESS_PROXY || in parse_exthdrs()509 ext_type == SADB_X_EXT_NAT_T_OA) { in parse_exthdrs()[all …]