Home
last modified time | relevance | path

Searched refs:txqe (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.c270 struct txq_entry_t *txqe; member
318 static inline int add_TCP_Pending_Ack(u32 Ack, u32 Session_index, struct txq_entry_t *txqe) in add_TCP_Pending_Ack() argument
323 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()
/linux-4.4.14/drivers/net/wan/
Dfarsync.c442 int txqe; /* index to queue next packet */ member
1353 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()