Searched refs:tqe (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/microchip/wilc1000/ |
D | wlan.c | 35 struct txq_entry_t *tqe) in wilc_wlan_txq_remove() argument 37 list_del(&tqe->list); in wilc_wlan_txq_remove() 45 struct txq_entry_t *tqe = NULL; in wilc_wlan_txq_remove_from_head() local 51 tqe = list_first_entry(&wilc->txq[q_num].txq_head.list, in wilc_wlan_txq_remove_from_head() 53 list_del(&tqe->list); in wilc_wlan_txq_remove_from_head() 58 return tqe; in wilc_wlan_txq_remove_from_head() 62 struct txq_entry_t *tqe) in wilc_wlan_txq_add_to_tail() argument 70 list_add_tail(&tqe->list, &wilc->txq[q_num].txq_head.list); in wilc_wlan_txq_add_to_tail() 80 struct txq_entry_t *tqe) in wilc_wlan_txq_add_to_head() argument 89 list_add(&tqe->list, &wilc->txq[q_num].txq_head.list); in wilc_wlan_txq_add_to_head() [all …]
|
/drivers/scsi/bfa/ |
D | bfa_cs.h | 159 struct list_head *tqe; in bfa_q_is_on_q_func() local 161 tqe = bfa_q_next(q); in bfa_q_is_on_q_func() 162 while (tqe != q) { in bfa_q_is_on_q_func() 163 if (tqe == qe) in bfa_q_is_on_q_func() 165 tqe = bfa_q_next(tqe); in bfa_q_is_on_q_func() 166 if (tqe == NULL) in bfa_q_is_on_q_func()
|
/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 | 1556 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_linux_run_command() 1683 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done()
|
D | aic79xx_core.c | 6468 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_find_scb_by_tag() 6624 TAILQ_INSERT_TAIL(free_tailq, scb, links.tqe); in ahd_add_col_list() 6652 next_scb, links.tqe); in ahd_rem_col_list() 6654 TAILQ_REMOVE(free_tailq, scb, links.tqe); in ahd_rem_col_list() 6670 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_get_scb() 9732 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_dump_card_state()
|
D | aic7xxx_core.c | 4101 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject() 6047 next_scb = TAILQ_NEXT(scb, links.tqe); in ahc_search_untagged_queues() 6089 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues() 7267 TAILQ_FOREACH(scb, untagged_q, links.tqe) { in ahc_dump_card_state()
|