int64_t sc_soft_req_cnt;
int64_t sc_soft_req_thresh;
int64_t sc_hard_done_cnt;
int sc_flush;
int sc_prefetch;
SIMPLEQ_HEAD(, _send_queue_entry)
sc_sendq;
uint64_t sc_ext_callback_cnt;
bool sc_txbusy;
uint32_t sc_port;
uint32_t sc_port_type;
uint32_t sc_init_flag;
int sc_powgroup;
/*
* Redirection - received (input) packets are redirected (directly sent)
* to another port. Only meant to test hardware + driver performance.
*
* 0 - disabled
* >0 - redirected to ports that correspond to bits
* 0b001 (0x1) - Port 0
* 0b010 (0x2) - Port 1
* 0b100 (0x4) - Port 2
*/
int sc_redir;