Lines Matching refs:toepcb
94 struct toepcb { struct
95 TAILQ_ENTRY(toepcb) link; /* toep_list */
189 TAILQ_HEAD(, toepcb) toep_list;
224 struct toepcb *alloc_toepcb(struct port_info *, int, int, int);
225 void free_toepcb(struct toepcb *);
226 void offload_socket(struct socket *, struct toepcb *);
228 void final_cpl_received(struct toepcb *);
240 void set_tcpddp_ulp_mode(struct toepcb *);
268 void send_flowc_wr(struct toepcb *, struct flowc_tx_params *);
269 void send_reset(struct adapter *, struct toepcb *, uint32_t);
270 void make_established(struct toepcb *, uint32_t, uint32_t, uint16_t);
275 void t4_set_tcb_field(struct adapter *, struct toepcb *, int, uint16_t,
277 void t4_push_frames(struct adapter *sc, struct toepcb *toep, int drop);
285 void enable_ddp(struct adapter *, struct toepcb *toep);
286 void release_ddp_resources(struct toepcb *toep);
287 void insert_ddp_data(struct toepcb *, uint32_t);
296 void t4_ulp_push_frames(struct adapter *sc, struct toepcb *toep, int);
297 int t4_cpl_iscsi_callback(struct tom_data *, struct toepcb *, void *, uint32_t);
298 struct mbuf *t4_queue_iscsi_callback(struct socket *, struct toepcb *, uint32_t,