Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
A Dwlan.c58 return tqe; in wilc_wlan_txq_remove_from_head()
221 wilc_wlan_txq_remove(wilc, tqe->q_num, tqe); in wilc_wlan_txq_filter_dup_tcp_ack()
224 tqe->tx_complete_func(tqe->priv, in wilc_wlan_txq_filter_dup_tcp_ack()
266 tqe = kmalloc(sizeof(*tqe), GFP_ATOMIC); in wilc_wlan_txq_add_cfg_pkt()
267 if (!tqe) { in wilc_wlan_txq_add_cfg_pkt()
435 tqe = kmalloc(sizeof(*tqe), GFP_ATOMIC); in wilc_wlan_txq_add_net_pkt()
488 tqe = kmalloc(sizeof(*tqe), GFP_ATOMIC); in wilc_wlan_txq_add_mgmt_pkt()
531 tqe = list_next_entry(tqe, list); in wilc_wlan_txq_get_next()
920 tqe->buffer, tqe->buffer_size); in wilc_wlan_handle_txq()
925 tqe->tx_complete_func(tqe->priv, tqe->status); in wilc_wlan_handle_txq()
[all …]
/linux/drivers/scsi/bfa/
A Dbfa_cs.h159 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()
/linux/arch/arc/include/asm/
A Darcregs.h265 unsigned int pad:6, fbe:2, tqe:2, ts:4, ft:1, rse:2, pte:3, bce:3, ver:8; member
267 unsigned int ver:8, bce:3, pte:3, rse:2, ft:1, ts:4, tqe:2, fbe:2, pad:6;
/linux/drivers/scsi/aic7xxx/
A Daic79xx.h597 TAILQ_ENTRY(scb) tqe;
602 TAILQ_ENTRY(scb) tqe;
A Daic7xxx.h565 TAILQ_ENTRY(scb) tqe;
A Daic7xxx_osm.c1556 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_linux_run_command()
1683 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done()
A Daic79xx_core.c6468 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()
A Daic7xxx_core.c4101 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()

Completed in 55 milliseconds