Searched defs:be_tx_obj (Results 1 – 2 of 2) sorted by relevance
235 struct be_tx_obj { struct236 u32 db_offset;237 struct be_tx_compl_info txcp;238 struct be_queue_info q;239 struct be_queue_info cq;241 struct sk_buff *sent_skb_list[TX_Q_LEN];242 struct be_tx_stats stats;243 u16 pend_wrb_cnt; /* Number of WRBs yet to be given to HW */244 u16 last_req_wrb_cnt; /* wrb cnt of the last req in the Q */245 u16 last_req_hdr; /* index of the last req's hdr-wrb */
241 struct be_tx_obj { struct242 u32 db_offset;243 struct be_tx_compl_info txcp;244 struct be_queue_info q;245 struct be_queue_info cq;247 struct sk_buff *sent_skb_list[TX_Q_LEN];248 struct be_tx_stats stats;249 u16 pend_wrb_cnt; /* Number of WRBs yet to be given to HW */250 u16 last_req_wrb_cnt; /* wrb cnt of the last req in the Q */251 u16 last_req_hdr; /* index of the last req's hdr-wrb */