Searched refs:tqe (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_wlan.c | 33 static void wilc_wlan_txq_remove(struct wilc *wilc, struct txq_entry_t *tqe) in wilc_wlan_txq_remove() argument 35 list_del(&tqe->list); in wilc_wlan_txq_remove() 42 struct txq_entry_t *tqe = NULL; in wilc_wlan_txq_remove_from_head() local 50 tqe = list_first_entry(&wilc->txq_head.list, struct txq_entry_t, in wilc_wlan_txq_remove_from_head() 52 list_del(&tqe->list); in wilc_wlan_txq_remove_from_head() 56 return tqe; in wilc_wlan_txq_remove_from_head() 60 struct txq_entry_t *tqe) in wilc_wlan_txq_add_to_tail() argument 68 list_add_tail(&tqe->list, &wilc->txq_head.list); in wilc_wlan_txq_add_to_tail() 77 struct txq_entry_t *tqe) in wilc_wlan_txq_add_to_head() argument 86 list_add(&tqe->list, &wilc->txq_head.list); in wilc_wlan_txq_add_to_head() [all …]
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_cs.h | 167 struct list_head *tqe; in bfa_q_is_on_q_func() local 169 tqe = bfa_q_next(q); in bfa_q_is_on_q_func() 170 while (tqe != q) { in bfa_q_is_on_q_func() 171 if (tqe == qe) in bfa_q_is_on_q_func() 173 tqe = bfa_q_next(tqe); in bfa_q_is_on_q_func() 174 if (tqe == NULL) in bfa_q_is_on_q_func()
|
/Linux-v4.19/arch/arc/include/asm/ |
D | arcregs.h | 231 unsigned int pad:6, fbe:2, tqe:2, ts:4, ft:1, rse:2, pte:3, bce:3, ver:8; member 233 unsigned int ver:8, bce:3, pte:3, rse:2, ft:1, ts:4, tqe:2, fbe:2, pad:6;
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 597 TAILQ_ENTRY(scb) tqe; 602 TAILQ_ENTRY(scb) tqe;
|
D | aic7xxx.h | 565 TAILQ_ENTRY(scb) tqe;
|
D | aic7xxx_osm.c | 1576 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_linux_run_command() 1705 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done()
|
D | aic79xx_core.c | 6521 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_find_scb_by_tag() 6677 TAILQ_INSERT_TAIL(free_tailq, scb, links.tqe); in ahd_add_col_list() 6705 next_scb, links.tqe); in ahd_rem_col_list() 6707 TAILQ_REMOVE(free_tailq, scb, links.tqe); in ahd_rem_col_list() 6723 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_get_scb() 9817 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_dump_card_state()
|
D | aic7xxx_core.c | 4126 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()
|