Home
last modified time | relevance | path

Searched defs:toep (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c63 t4_set_tls_tcb_field(struct toepcb *toep, uint16_t word, uint64_t mask, in t4_set_tls_tcb_field() argument
80 tls_tx_key(struct toepcb *toep) in tls_tx_key() argument
89 t4_set_rx_quiesce(struct toepcb *toep) in t4_set_rx_quiesce() argument
99 t4_clear_rx_quiesce(struct toepcb * toep) t4_clear_rx_quiesce() argument
125 clear_tls_keyid(struct toepcb * toep) clear_tls_keyid() argument
150 tls_program_key_id(struct toepcb * toep,struct ktls_session * tls,int direction) tls_program_key_id() argument
207 tls_alloc_ktls(struct toepcb * toep,struct ktls_session * tls,int direction) tls_alloc_ktls() argument
331 tls_init_toep(struct toepcb * toep) tls_init_toep() argument
340 tls_uninit_toep(struct toepcb * toep) tls_uninit_toep() argument
347 MIN_OFLD_TLSTX_CREDITS(toep) global() argument
354 write_tlstx_wr(struct fw_tlstx_data_wr * txwr,struct toepcb * toep,unsigned int plen,unsigned int expn,uint8_t credits,int shove) write_tlstx_wr() argument
383 write_tlstx_cpl(struct cpl_tx_tls_sfo * cpl,struct toepcb * toep,struct tls_hdr * tls_hdr,unsigned int plen,uint64_t seqno) write_tlstx_cpl() argument
482 t4_push_ktls(struct adapter * sc,struct toepcb * toep,int drop) t4_push_ktls() argument
727 struct toepcb *toep = lookup_tid(sc, tid); do_tls_data() local
789 struct toepcb *toep = lookup_tid(sc, tid); do_rx_tls_cmp() local
989 do_rx_data_tls(const struct cpl_rx_data * cpl,struct toepcb * toep,struct mbuf * m) do_rx_data_tls() argument
1083 mk_set_tcb_field_ulp(struct ulp_txpkt * ulpmc,struct toepcb * toep,uint64_t word,uint64_t mask,uint64_t val) mk_set_tcb_field_ulp() argument
1118 tls_update_tcb(struct adapter * sc,struct toepcb * toep,uint64_t seqno) tls_update_tcb() argument
1210 tls_check_rx_sockbuf(struct adapter * sc,struct toepcb * toep,struct sockbuf * sb) tls_check_rx_sockbuf() argument
1241 tls_received_starting_data(struct adapter * sc,struct toepcb * toep,struct sockbuf * sb,int len) tls_received_starting_data() argument
1278 struct toepcb *toep; do_tls_tcb_rpl() local
[all...]
H A Dt4_ddp.c150 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 Dt4_cpl_io.c81 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 Dt4_tom.c115 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 Dt4_connect.c79 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 Dt4_tom.h255 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 Dt4_listen.c1111 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 Dcxgbei.c198 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 Dicl_cxgbei.c434 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 Dcxgbei.h52 struct toepcb *toep; member
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1128 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 Dcm.c506 struct toepcb *toep; in set_tcpinfo() local
1097 struct toepcb *toep = lookup_tid(sc, tid); in terminate() local