Searched refs:rtr_type (Results 1 – 3 of 3) sorted by relevance
773 ep->rtr_type = MPA_RTR_TYPE_NONE; in qed_iwarp_mpa_received()776 ep->rtr_type |= MPA_RTR_TYPE_ZERO_WRITE; in qed_iwarp_mpa_received()779 ep->rtr_type |= MPA_RTR_TYPE_ZERO_READ; in qed_iwarp_mpa_received()782 ep->rtr_type |= MPA_RTR_TYPE_ZERO_SEND; in qed_iwarp_mpa_received()784 ep->rtr_type &= iwarp_info->rtr_type; in qed_iwarp_mpa_received()787 if (ep->rtr_type == MPA_RTR_TYPE_NONE) in qed_iwarp_mpa_received()788 ep->rtr_type = iwarp_info->rtr_type; in qed_iwarp_mpa_received()1122 if (ep->rtr_type != MPA_RTR_TYPE_NONE) { in qed_iwarp_mpa_v2_set_private()1125 if (ep->rtr_type & MPA_RTR_TYPE_ZERO_SEND) in qed_iwarp_mpa_v2_set_private()1200 ep->rtr_type = iwarp_info->rtr_type; in qed_iwarp_connect()[all …]
82 enum mpa_rtr_type rtr_type; member121 enum mpa_rtr_type rtr_type; member
31 static __be16 rtr_type = MPA_V2_RDMA_READ_RTR | MPA_V2_RDMA_WRITE_RTR; variable1463 cep->mpa.v2_ctrl.ord |= rtr_type; in siw_connect()
Completed in 15 milliseconds