• Home
  • Raw
  • Download

Lines Matching refs:qed_iwarp_ep

488 				 struct qed_iwarp_ep *ep,  in qed_iwarp_destroy_ep()
509 struct qed_iwarp_ep *ep = qp->ep; in qed_iwarp_destroy_qp()
544 qed_iwarp_create_ep(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep **ep_out) in qed_iwarp_create_ep()
546 struct qed_iwarp_ep *ep; in qed_iwarp_create_ep()
622 qed_iwarp_tcp_offload(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) in qed_iwarp_tcp_offload()
734 qed_iwarp_mpa_received(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) in qed_iwarp_mpa_received()
819 qed_iwarp_mpa_offload(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) in qed_iwarp_mpa_offload()
918 qed_iwarp_return_ep(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) in qed_iwarp_return_ep()
941 qed_iwarp_parse_private_data(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) in qed_iwarp_parse_private_data()
968 qed_iwarp_mpa_reply_arrived(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) in qed_iwarp_mpa_reply_arrived()
1003 struct qed_iwarp_ep *ep, u8 fw_return_code) in qed_iwarp_mpa_complete()
1108 struct qed_iwarp_ep *ep, u8 *mpa_data_size) in qed_iwarp_mpa_v2_set_private()
1159 struct qed_iwarp_ep *ep; in qed_iwarp_connect()
1245 static struct qed_iwarp_ep *qed_iwarp_get_free_ep(struct qed_hwfn *p_hwfn) in qed_iwarp_get_free_ep()
1247 struct qed_iwarp_ep *ep = NULL; in qed_iwarp_get_free_ep()
1258 struct qed_iwarp_ep, list_entry); in qed_iwarp_get_free_ep()
1352 struct qed_iwarp_ep *ep; in qed_iwarp_free_prealloc_ep()
1358 struct qed_iwarp_ep, list_entry); in qed_iwarp_free_prealloc_ep()
1377 struct qed_iwarp_ep *ep; in qed_iwarp_prealloc_ep()
1461 struct qed_iwarp_ep *ep; in qed_iwarp_accept()
1526 struct qed_iwarp_ep *ep; in qed_iwarp_reject()
1600 struct qed_iwarp_ep *ep = NULL; in qed_iwarp_ep_exists()
2364 struct qed_iwarp_ep *ep; in qed_iwarp_ll2_comp_syn_pkt()
2865 struct qed_iwarp_ep *ep, in qed_iwarp_qp_in_error()
2889 struct qed_iwarp_ep *ep, in qed_iwarp_exception_received()
2961 struct qed_iwarp_ep *ep, u8 fw_return_code) in qed_iwarp_tcp_connect_unsuccessful()
3022 struct qed_iwarp_ep *ep, u8 fw_return_code) in qed_iwarp_connect_complete()
3048 qed_iwarp_check_ep_ok(struct qed_hwfn *p_hwfn, struct qed_iwarp_ep *ep) in qed_iwarp_check_ep_ok()
3064 struct qed_iwarp_ep *ep = NULL; in qed_iwarp_async_event()
3069 ep = (struct qed_iwarp_ep *)(uintptr_t)HILO_64(fw_handle->hi, in qed_iwarp_async_event()
3223 struct qed_iwarp_ep *ep; in qed_iwarp_send_rtr()