Lines Matching defs:toepcb

60 	TPF_ATTACHED	   = (1 << 0),	/* a tcpcb refers to this toepcb */
68 TPF_SYNQE = (1 << 8), /* synq_entry, not really a toepcb */
69 TPF_SYNQE_EXPANDED = (1 << 9), /* toepcb ready, tid context updated */
80 DDP_DEAD = (1 << 6), /* toepcb is shutting down */
159 struct toepcb {
160 TAILQ_ENTRY(toepcb) link; /* toep_list */
224 int flags; /* same as toepcb's tp_flags */
237 struct toepcb *toep;
259 /* toepcb's associated with this TOE device */
261 TAILQ_HEAD(, toepcb) toep_list;
307 struct toepcb *alloc_toepcb(struct vi_info *, int, int, int);
308 struct toepcb *hold_toepcb(struct toepcb *);
309 void free_toepcb(struct toepcb *);
310 void offload_socket(struct socket *, struct toepcb *);
312 void final_cpl_received(struct toepcb *);
326 void set_ulp_mode(struct toepcb *, int);
352 void aiotx_init_toep(struct toepcb *);
357 void send_flowc_wr(struct toepcb *, struct flowc_tx_params *);
358 void send_reset(struct adapter *, struct toepcb *, uint32_t);
359 int send_rx_credits(struct adapter *, struct toepcb *, int);
360 void send_rx_modulate(struct adapter *, struct toepcb *);
361 void make_established(struct toepcb *, uint32_t, uint32_t, uint16_t);
362 int t4_close_conn(struct adapter *, struct toepcb *);
368 void t4_set_tcb_field(struct adapter *, struct sge_wrq *, struct toepcb *,
370 void t4_push_frames(struct adapter *sc, struct toepcb *toep, int drop);
371 void t4_push_pdus(struct adapter *sc, struct toepcb *toep, int drop);
390 void ddp_assert_empty(struct toepcb *);
391 void ddp_init_toep(struct toepcb *);
392 void ddp_uninit_toep(struct toepcb *);
393 void ddp_queue_toep(struct toepcb *);
394 void release_ddp_resources(struct toepcb *toep);
395 void handle_ddp_close(struct toepcb *, struct tcpcb *, uint32_t);
396 void handle_ddp_indicate(struct toepcb *);
397 void insert_ddp_data(struct toepcb *, uint32_t);
404 void t4_push_tls_records(struct adapter *, struct toepcb *, int);
407 void tls_establish(struct toepcb *);
408 void tls_init_toep(struct toepcb *);
409 int tls_rx_key(struct toepcb *);
410 void tls_stop_handshake_timer(struct toepcb *);
411 int tls_tx_key(struct toepcb *);
412 void tls_uninit_toep(struct toepcb *);