Searched refs:tls_ofld (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c87 struct tls_ofld_info *tls_ofld = &toep->tls; local
89 return (tls_ofld->tx_key_addr >= 0);
95 struct tls_ofld_info *tls_ofld = &toep->tls; local
97 return (tls_ofld->rx_key_addr >= 0);
103 struct tls_ofld_info *tls_ofld = &toep->tls; local
105 return ((tls_ofld->key_location == TLS_SFO_WR_CONTEXTLOC_IMMEDIATE) ?
106 tls_ofld->k_ctx.tx_key_info_size : KEY_IN_DDR_SIZE);
163 struct tls_ofld_info *tls_ofld = &toep->tls; local
164 struct tls_scmd *scmd = &tls_ofld->scmd0;
171 max_frag_size = tls_ofld
245 struct tls_ofld_info *tls_ofld = &toep->tls; local
466 struct tls_ofld_info *tls_ofld = &toep->tls; local
479 get_keyid(struct tls_ofld_info *tls_ofld, unsigned int ops) argument
486 get_tp_plen_max(struct tls_ofld_info *tls_ofld) argument
497 struct tls_ofld_info *tls_ofld = &toep->tls; local
579 struct tls_ofld_info *tls_ofld = &toep->tls; local
739 struct tls_ofld_info *tls_ofld = &toep->tls; local
778 struct tls_ofld_info *tls_ofld = &toep->tls; local
788 struct tls_ofld_info *tls_ofld = &toep->tls; local
1139 struct tls_ofld_info *tls_ofld = &toep->tls; local
1239 struct tls_ofld_info *tls_ofld = &toep->tls; local
1268 struct tls_ofld_info *tls_ofld = &toep->tls; local
1382 struct tls_ofld_info *tls_ofld = &toep->tls; local
2278 struct tls_ofld_info *tls_ofld = &toep->tls; local
[all...]
H A Dt4_cpl_io.c1808 struct tls_ofld_info *tls_ofld = &toep->tls; local
1810 MPASS(tls_ofld->sb_off >= plen);
1811 tls_ofld->sb_off -= plen;

Completed in 84 milliseconds