Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/cxgbe/tom/t4_tom.h
Show First 20 Lines • Show All 462 Lines • ▼ Show 20 Lines | |||||
void init_conn_params(struct vi_info *, struct offload_settings *, | void init_conn_params(struct vi_info *, struct offload_settings *, | ||||
struct in_conninfo *, struct socket *, const struct tcp_options *, int16_t, | struct in_conninfo *, struct socket *, const struct tcp_options *, int16_t, | ||||
struct conn_params *cp); | struct conn_params *cp); | ||||
__be64 calc_options0(struct vi_info *, struct conn_params *); | __be64 calc_options0(struct vi_info *, struct conn_params *); | ||||
__be32 calc_options2(struct vi_info *, struct conn_params *); | __be32 calc_options2(struct vi_info *, struct conn_params *); | ||||
uint64_t select_ntuple(struct vi_info *, struct l2t_entry *); | uint64_t select_ntuple(struct vi_info *, struct l2t_entry *); | ||||
int negative_advice(int); | int negative_advice(int); | ||||
int add_tid_to_history(struct adapter *, u_int); | int add_tid_to_history(struct adapter *, u_int); | ||||
void t4_pcb_detach(struct toedev *, struct tcpcb *); | |||||
/* t4_connect.c */ | /* t4_connect.c */ | ||||
void t4_init_connect_cpl_handlers(void); | void t4_init_connect_cpl_handlers(void); | ||||
void t4_uninit_connect_cpl_handlers(void); | void t4_uninit_connect_cpl_handlers(void); | ||||
int t4_connect(struct toedev *, struct socket *, struct nhop_object *, | int t4_connect(struct toedev *, struct socket *, struct nhop_object *, | ||||
struct sockaddr *); | struct sockaddr *); | ||||
void act_open_failure_cleanup(struct adapter *, u_int, u_int); | void act_open_failure_cleanup(struct adapter *, u_int, u_int); | ||||
▲ Show 20 Lines • Show All 84 Lines • Show Last 20 Lines |