Searched refs:tci (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_tx.c679 __in uint16_t tci,
685 uint16_t, tci);
691 ESF_DZ_TX_VLAN_OP, tci ? 1 : 0,
692 ESF_DZ_TX_VLAN_TAG1, tci);
677 ef10_tx_qdesc_vlantci_create( __in efx_txq_t *etp, __in uint16_t tci, __out efx_desc_t *edp) argument
H A Defx_tx.c639 __in uint16_t tci,
648 etxop->etxo_qdesc_vlantci_create(etp, tci, edp);
637 efx_tx_qdesc_vlantci_create( __in efx_txq_t *etp, __in uint16_t tci, __out efx_desc_t *edp) argument
H A Defx.h2124 __in uint16_t tci,
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c916 u8 tci = 0; local
931 tci |= TCI_SC;
933 tci |= TCI_ES;
935 tci |= TCI_SCB;
938 tci |= TCI_E | TCI_C;
970 (tci >> 2));
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c3324 const SSL_CIPHER *ci, *tci = NULL; local
3331 if (tci != NULL)
3332 if (ci->id >= tci->id) {
3333 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
3336 tci = ci;
3343 tci = NULL;
3345 if (tci != NULL)
3346 if (ci->id >= tci->id) {
3347 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
3350 tci
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Daddrtoname.c1295 ieee8021q_tci_string(const uint16_t tci) argument
1299 tci & 0xfff,
1300 tci >> 13,
1301 (tci & 0x1000) ? ", DEI" : "");
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_port.c690 * @param[in] tci The remote node index for this remote node context.
696 U16 tci
701 task_context = scic_sds_controller_get_task_context_buffer(this_port->owning_controller, tci);
712 task_context->task_index = scic_sds_io_tag_get_index(tci);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c370 p_ramrod->outer_tag_config.outer_tag.tci =
444 "Setting event_ring_sb [id %04x index %02x], outer_tag.tpid [%d], outer_tag.tci [%d]\n",
446 p_ramrod->outer_tag_config.outer_tag.tci);
H A Decore_hsi_common.h1784 __le16 tci /* Tag Control Information */; member in struct:vlan_header

Completed in 135 milliseconds