Searched refs:txqe (Results 1 – 2 of 2) sorted by relevance
270 struct txq_entry_t *txqe; member318 static inline int add_TCP_Pending_Ack(u32 Ack, u32 Session_index, struct txq_entry_t *txqe) in add_TCP_Pending_Ack() argument323 Pending_Acks_info[PendingAcks_arrBase + Pending_Acks].txqe = txqe; in add_TCP_Pending_Ack()325 txqe->tcp_PendingAck_index = PendingAcks_arrBase + Pending_Acks; in add_TCP_Pending_Ack()429 tqe = Pending_Acks_info[i].txqe; in wilc_wlan_txq_filter_dup_tcp_ack()1079 Pending_Acks_info[tqe->tcp_PendingAck_index].txqe = NULL; in wilc_wlan_handle_txq()
442 int txqe; /* index to queue next packet */ member1353 if ((txq_length = port->txqe - port->txqs) < 0) { in do_bottom_half_tx()2164 txq_length = port->txqe - port->txqs; in fst_openport()2165 port->txqe = 0; in fst_openport()2304 if ((txq_length = port->txqe - port->txqs) < 0) { in fst_start_xmit()2336 port->txq[port->txqe] = skb; in fst_start_xmit()2337 port->txqe++; in fst_start_xmit()2338 if (port->txqe == FST_TXQ_DEPTH) in fst_start_xmit()2339 port->txqe = 0; in fst_start_xmit()