Home
last modified time | relevance | path

Searched refs:tqe (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.c139 static void wilc_wlan_txq_remove(struct txq_entry_t *tqe) in wilc_wlan_txq_remove() argument
143 if (tqe == p->txq_head) { in wilc_wlan_txq_remove()
145 p->txq_head = tqe->next; in wilc_wlan_txq_remove()
150 } else if (tqe == p->txq_tail) { in wilc_wlan_txq_remove()
151 p->txq_tail = (tqe->prev); in wilc_wlan_txq_remove()
155 tqe->prev->next = tqe->next; in wilc_wlan_txq_remove()
156 tqe->next->prev = tqe->prev; in wilc_wlan_txq_remove()
164 struct txq_entry_t *tqe; in wilc_wlan_txq_remove_from_head() local
170 tqe = p->txq_head; in wilc_wlan_txq_remove_from_head()
171 p->txq_head = tqe->next; in wilc_wlan_txq_remove_from_head()
[all …]
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_cs.h199 struct list_head *tqe; in bfa_q_is_on_q_func() local
201 tqe = bfa_q_next(q); in bfa_q_is_on_q_func()
202 while (tqe != q) { in bfa_q_is_on_q_func()
203 if (tqe == qe) in bfa_q_is_on_q_func()
205 tqe = bfa_q_next(tqe); in bfa_q_is_on_q_func()
206 if (tqe == NULL) in bfa_q_is_on_q_func()
/linux-4.4.14/arch/arc/include/asm/
Darcregs.h310 unsigned int pad:6, fbe:2, tqe:2, ts:4, ft:1, rse:2, pte:3, bce:3, ver:8; member
312 unsigned int ver:8, bce:3, pte:3, rse:2, ft:1, ts:4, tqe:2, fbe:2, pad:6;
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.h597 TAILQ_ENTRY(scb) tqe;
602 TAILQ_ENTRY(scb) tqe;
Daic7xxx.h565 TAILQ_ENTRY(scb) tqe;
Daic7xxx_osm.c1576 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_linux_run_command()
1705 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done()
Daic79xx_core.c6523 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_find_scb_by_tag()
6679 TAILQ_INSERT_TAIL(free_tailq, scb, links.tqe); in ahd_add_col_list()
6707 next_scb, links.tqe); in ahd_rem_col_list()
6709 TAILQ_REMOVE(free_tailq, scb, links.tqe); in ahd_rem_col_list()
6725 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_get_scb()
9829 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_dump_card_state()
Daic7xxx_core.c4126 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject()
6113 next_scb = TAILQ_NEXT(scb, links.tqe); in ahc_search_untagged_queues()
6155 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues()
7335 TAILQ_FOREACH(scb, untagged_q, links.tqe) { in ahc_dump_card_state()