Searched defs:sge_uld_txq (Results 1 – 1 of 1) sorted by relevance
748 struct sge_uld_txq { /* state for an SGE offload Tx queue */ struct749 struct sge_txq q;750 struct adapter *adap;751 struct sk_buff_head sendq; /* list of backpressured packets */752 struct tasklet_struct qresume_tsk; /* restarts the queue */776 struct sge_uld_txq_info { argument777 struct sge_uld_txq *uldtxq; /* Txq's for ULD */ argument