Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/cxgbe/tom/t4_tom.h
| Show First 20 Lines • Show All 523 Lines • ▼ Show 20 Lines | |||||
| void t4_rcvd(struct toedev *, struct tcpcb *); | void t4_rcvd(struct toedev *, struct tcpcb *); | ||||
| void t4_rcvd_locked(struct toedev *, struct tcpcb *); | void t4_rcvd_locked(struct toedev *, struct tcpcb *); | ||||
| int t4_tod_output(struct toedev *, struct tcpcb *); | int t4_tod_output(struct toedev *, struct tcpcb *); | ||||
| int t4_send_fin(struct toedev *, struct tcpcb *); | int t4_send_fin(struct toedev *, struct tcpcb *); | ||||
| int t4_send_rst(struct toedev *, struct tcpcb *); | int t4_send_rst(struct toedev *, struct tcpcb *); | ||||
| void t4_set_tcb_field(struct adapter *, struct sge_wrq *, struct toepcb *, | void t4_set_tcb_field(struct adapter *, struct sge_wrq *, struct toepcb *, | ||||
| uint16_t, uint64_t, uint64_t, int, int); | uint16_t, uint64_t, uint64_t, int, int); | ||||
| void t4_push_pdus(struct adapter *, struct toepcb *, int); | void t4_push_pdus(struct adapter *, struct toepcb *, int); | ||||
| bool t4_push_raw_wr(struct adapter *, struct toepcb *, struct mbuf *); | |||||
| void t4_raw_wr_tx(struct adapter *, struct toepcb *, struct mbuf *); | |||||
| /* t4_ddp.c */ | /* t4_ddp.c */ | ||||
| int t4_init_ppod_region(struct ppod_region *, struct t4_range *, u_int, | int t4_init_ppod_region(struct ppod_region *, struct t4_range *, u_int, | ||||
| const char *); | const char *); | ||||
| void t4_free_ppod_region(struct ppod_region *); | void t4_free_ppod_region(struct ppod_region *); | ||||
| int t4_alloc_page_pods_for_ps(struct ppod_region *, struct pageset *); | int t4_alloc_page_pods_for_ps(struct ppod_region *, struct pageset *); | ||||
| int t4_alloc_page_pods_for_bio(struct ppod_region *, struct bio *, | int t4_alloc_page_pods_for_bio(struct ppod_region *, struct bio *, | ||||
| struct ppod_reservation *); | struct ppod_reservation *); | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||