Searched defs:tlspcb (Results 1 – 1 of 1) sorted by relevance
67 struct tlspcb { struct68 struct m_snd_tag com;69 struct vi_info *vi; /* virtual interface */70 struct adapter *sc;71 struct l2t_entry *l2te; /* L2 table entry used by this connection */72 struct sge_txq *txq;73 int tid; /* Connection identifier */75 int tx_key_addr;76 bool inline_key;77 bool using_timestamps;[all …]