Lines Matching refs:nes_qp
71 static void nes_terminate_start_timer(struct nes_qp *nesqp);
348 adapter_size += sizeof(struct nes_qp **) * max_qp; in nes_init_adapter()
436 …nesadapter->qp_table = (struct nes_qp **)(&nesadapter->allocated_arps[BITS_TO_LONGS(arp_table_size… in nes_init_adapter()
3089 static u32 iwarp_opcode(struct nes_qp *nesqp, u32 aeq_info) in iwarp_opcode()
3105 static int nes_bld_terminate_hdr(struct nes_qp *nesqp, u16 async_event_id, u32 aeq_info) in nes_bld_terminate_hdr()
3316 static void nes_terminate_connection(struct nes_device *nesdev, struct nes_qp *nesqp, in nes_terminate_connection()
3345 nesqp = (struct nes_qp *)(unsigned long)context; in nes_terminate_connection()
3370 struct nes_qp *nesqp, struct nes_hw_aeqe *aeqe) in nes_terminate_send_fin()
3395 static void nes_terminate_done(struct nes_qp *nesqp, int timeout_occurred) in nes_terminate_done()
3426 struct nes_qp *nesqp, struct nes_hw_aeqe *aeqe) in nes_terminate_received()
3474 struct nes_qp *nesqp = from_timer(nesqp, t, terminate_timer); in nes_terminate_timeout()
3480 static void nes_terminate_start_timer(struct nes_qp *nesqp) in nes_terminate_start_timer()
3493 struct nes_qp *nesqp; in nes_process_iwarp_aeqe()
3518 nesqp = (struct nes_qp *)(unsigned long)context; in nes_process_iwarp_aeqe()
3831 void flush_wqes(struct nes_device *nesdev, struct nes_qp *nesqp, in flush_wqes()