Lines Matching full:smt
51 #define FZA_EVENT_SMT_TX_POLL 0x0004 /* SMT frame transmit request */
170 #define FZA_MASK_SMT_TX_POLL 0x0004 /* SMT frame transmit request */
187 #define FZA_CONTROL_A_SMT_RX_OVFL 0x0040 /* SMT receive overflow */
192 #define FZA_CONTROL_A_SMT_RX_POLL 0x0002 /* SMT receive ring poll */
359 /* SMT (Station Management) transmit/receive descriptor ring entry. */
435 u32 smt_tx; /* base of SMT tx descriptor ring */
436 u32 smt_tx_size; /* size of SMT tx descriptor ring */
437 u32 smt_rx; /* base of SMT rx descriptor ring */
438 u32 smt_rx_size; /* size of SMT rx descriptor ring */
456 u32 smt_ver; /* SMT version */
465 u32 smt_ver_max; /* max SMT version ID */
466 u32 smt_ver_min; /* min SMT version ID */
518 u32 smt_prom; /* SMT promiscuous enable */
650 /* PRH used for SMT frames. */
723 /* pointer to the SMT transmit
727 int ring_smt_tx_size; /* number of entries in the SMT
731 int ring_smt_tx_index; /* index to the SMT transmit descriptor
736 /* pointer to the SMT transmit
740 int ring_smt_rx_size; /* number of entries in the SMT
744 int ring_smt_rx_index; /* index to the SMT receive descriptor
772 uint irq_count_smt_tx_poll; /* SMT transmit irqs */