/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tls.c | 63 t4_set_tls_tcb_field(struct toepcb *toep, uint16_t word, uint64_t mask, in t4_set_tls_tcb_field() 80 tls_tx_key(struct toepcb *toep) in tls_tx_key() 89 t4_set_rx_quiesce(struct toepcb *toep) in t4_set_rx_quiesce() 99 t4_clear_rx_quiesce(struct toepcb *toep) in t4_clear_rx_quiesce() 125 clear_tls_keyid(struct toepcb *toep) in clear_tls_keyid() 150 tls_program_key_id(struct toepcb *toep, struct ktls_session *tls, in tls_program_key_id() 207 tls_alloc_ktls(struct toepcb *toep, struct ktls_session *tls, int direction) in tls_alloc_ktls() 331 tls_init_toep(struct toepcb *toep) in tls_init_toep() 340 tls_uninit_toep(struct toepcb *toep) in tls_uninit_toep() 347 #define MIN_OFLD_TLSTX_CREDITS(toep) \ argument [all …]
|
H A D | t4_ddp.c | 150 recycle_pageset(struct toepcb *toep, struct pageset *ps) in recycle_pageset() 181 free_ddp_rcv_buffer(struct toepcb *toep, struct ddp_rcv_buffer *drb) in free_ddp_rcv_buffer() 191 recycle_ddp_rcv_buffer(struct toepcb *toep, struct ddp_rcv_buffer *drb) in recycle_ddp_rcv_buffer() 206 alloc_cached_ddp_rcv_buffer(struct toepcb *toep) in alloc_cached_ddp_rcv_buffer() 223 alloc_ddp_rcv_buffer(struct toepcb *toep, int how) in alloc_ddp_rcv_buffer() 264 free_ddp_buffer(struct toepcb *toep, struct ddp_buffer *db) in free_ddp_buffer() 298 ddp_init_toep(struct toepcb *toep) in ddp_init_toep() 308 ddp_uninit_toep(struct toepcb *toep) in ddp_uninit_toep() 316 release_ddp_resources(struct toepcb *toep) in release_ddp_resources() 349 ddp_assert_empty(struct toepcb *toep) in ddp_assert_empty() [all …]
|
H A D | t4_cpl_io.c | 81 send_flowc_wr(struct toepcb *toep, struct tcpcb *tp) in send_flowc_wr() 169 update_tx_rate_limit(struct adapter *sc, struct toepcb *toep, u_int Bps) in update_tx_rate_limit() 236 send_reset(struct adapter *sc, struct toepcb *toep, uint32_t snd_nxt) in send_reset() 298 struct toepcb *toep = tp->t_toe; in assign_rxopt() local 353 make_established(struct toepcb *toep, uint32_t iss, uint32_t irs, uint16_t opt) in make_established() 391 send_rx_credits(struct adapter *sc, struct toepcb *toep, int credits) in send_rx_credits() 418 struct toepcb *toep = tp->t_toe; in t4_rcvd_locked() local 451 t4_close_conn(struct adapter *sc, struct toepcb *toep) in t4_close_conn() 538 write_tx_wr(void *dst, struct toepcb *toep, int fw_wr_opcode, in write_tx_wr() 637 t4_push_frames(struct adapter *sc, struct toepcb *toep, int drop) in t4_push_frames() [all …]
|
H A D | t4_tom.c | 115 struct toepcb *toep; in alloc_toepcb() local 163 init_toepcb(struct vi_info *vi, struct toepcb *toep) in init_toepcb() 196 hold_toepcb(struct toepcb *toep) in hold_toepcb() 204 free_toepcb(struct toepcb *toep) in free_toepcb() 227 offload_socket(struct socket *so, struct toepcb *toep) in offload_socket() 276 struct toepcb *toep = tp->t_toe; in undo_offload_socket() local 302 release_offload_resources(struct toepcb *toep) in release_offload_resources() 341 done_with_toepcb(struct toepcb *toep) in done_with_toepcb() 384 struct toepcb *toep = tp->t_toe; in t4_pcb_detach() local 421 struct toepcb *toep = tp->t_toe; in t4_ctloutput() local [all …]
|
H A D | t4_connect.c | 79 struct toepcb *toep = lookup_atid(sc, atid); in do_act_establish() local 113 act_open_failure_cleanup(struct adapter *sc, struct toepcb *toep, u_int status) in act_open_failure_cleanup() 153 struct toepcb *toep = lookup_atid(sc, atid); in do_act_open_rpl() local 245 struct toepcb *toep = NULL; in t4_connect() local
|
H A D | t4_tom.h | 255 ulp_mode(struct toepcb *toep) in ulp_mode() 261 #define DDP_LOCK(toep) mtx_lock(&(toep)->ddp.lock) argument 262 #define DDP_UNLOCK(toep) mtx_unlock(&(toep)->ddp.lock) argument 263 #define DDP_ASSERT_LOCKED(toep) mtx_assert(&(toep)->ddp.lock, MA_OWNED) argument 264 #define DDP_CACHE_LOCK(toep) mtx_lock(&(toep)->ddp.cache_lock) argument 265 #define DDP_CACHE_UNLOCK(toep) mtx_unlock(&(toep)->ddp.cache_lock) argument 284 struct toepcb *toep; member
|
H A D | t4_listen.c | 1111 struct toepcb *toep = synqe->toep; in t4_offload_socket() local 1626 struct toepcb *toep; in do_pass_establish() local
|
/freebsd/sys/dev/cxgbe/cxgbei/ |
H A D | cxgbei.c | 198 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_iscsi_hdr() local 235 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_iscsi_data() local 293 parse_pdu(struct socket *so, struct toepcb *toep, struct icl_cxgbei_conn *icc, in parse_pdu() 410 struct toepcb *toep = icc->toep; in parse_pdus() local 449 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_iscsi_ddp() local 586 struct toepcb *toep = lookup_tid(sc, tid); in do_rx_iscsi_cmp() local
|
H A D | icl_cxgbei.c | 434 struct toepcb *toep = icc->toep; in icl_cxgbei_tx_main() local 1030 send_iscsi_flowc_wr(struct adapter *sc, struct toepcb *toep, int maxlen) in send_iscsi_flowc_wr() 1069 set_ulp_mode_iscsi(struct adapter *sc, struct toepcb *toep, u_int ulp_submode) in set_ulp_mode_iscsi() 1101 struct toepcb *toep; in icl_cxgbei_conn_handoff() local 1236 struct toepcb *toep = icc->toep; in icl_cxgbei_conn_close() local 1411 struct toepcb *toep = icc->toep; in icl_cxgbei_conn_task_setup() local 1572 struct toepcb *toep = icc->toep; in icl_cxgbei_conn_transfer_setup() local
|
H A D | cxgbei.h | 52 struct toepcb *toep; member
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | qp.c | 1128 struct toepcb *toep = tp->t_toe; in post_terminate() local 1258 struct toepcb *toep = tp->t_toe; in rdma_fini() local 1318 creds(struct toepcb *toep, struct inpcb *inp, size_t wrsize) in creds() 1354 struct toepcb *toep = tp->t_toe; in rdma_init() local
|
H A D | cm.c | 506 struct toepcb *toep; in set_tcpinfo() local 1097 struct toepcb *toep = lookup_tid(sc, tid); in terminate() local
|