/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.c | 31 static void wilc_wlan_txq_remove(struct wilc *wilc, struct txq_entry_t *tqe) in wilc_wlan_txq_remove() argument 33 list_del(&tqe->list); in wilc_wlan_txq_remove() 40 struct txq_entry_t *tqe = NULL; in wilc_wlan_txq_remove_from_head() local 48 tqe = list_first_entry(&wilc->txq_head.list, struct txq_entry_t, in wilc_wlan_txq_remove_from_head() 50 list_del(&tqe->list); in wilc_wlan_txq_remove_from_head() 54 return tqe; in wilc_wlan_txq_remove_from_head() 58 struct txq_entry_t *tqe) in wilc_wlan_txq_add_to_tail() 66 list_add_tail(&tqe->list, &wilc->txq_head.list); in wilc_wlan_txq_add_to_tail() 75 struct txq_entry_t *tqe) in wilc_wlan_txq_add_to_head() 84 list_add(&tqe in wilc_wlan_txq_add_to_head() 57 wilc_wlan_txq_add_to_tail(struct net_device *dev, struct txq_entry_t *tqe) wilc_wlan_txq_add_to_tail() argument 74 wilc_wlan_txq_add_to_head(struct wilc_vif *vif, struct txq_entry_t *tqe) wilc_wlan_txq_add_to_head() argument 133 tcp_process(struct net_device *dev, struct txq_entry_t *tqe) tcp_process() argument 211 struct txq_entry_t *tqe; wilc_wlan_txq_filter_dup_tcp_ack() local 250 struct txq_entry_t *tqe; wilc_wlan_txq_add_cfg_pkt() local 281 struct txq_entry_t *tqe; wilc_wlan_txq_add_net_pkt() local 312 struct txq_entry_t *tqe; wilc_wlan_txq_add_mgmt_pkt() local 338 struct txq_entry_t *tqe = NULL; wilc_wlan_txq_get_first() local 352 wilc_wlan_txq_get_next(struct wilc *wilc, struct txq_entry_t *tqe) wilc_wlan_txq_get_next() argument 486 struct txq_entry_t *tqe; wilc_wlan_handle_txq() local 957 struct txq_entry_t *tqe; wilc_wlan_cleanup() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.c | 35 struct txq_entry_t *tqe) in wilc_wlan_txq_remove() 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() 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() 89 list_add(&tqe in wilc_wlan_txq_add_to_head() 34 wilc_wlan_txq_remove(struct wilc *wilc, u8 q_num, struct txq_entry_t *tqe) wilc_wlan_txq_remove() argument 61 wilc_wlan_txq_add_to_tail(struct net_device *dev, u8 q_num, struct txq_entry_t *tqe) wilc_wlan_txq_add_to_tail() argument 79 wilc_wlan_txq_add_to_head(struct wilc_vif *vif, u8 q_num, struct txq_entry_t *tqe) wilc_wlan_txq_add_to_head() argument 139 tcp_process(struct net_device *dev, struct txq_entry_t *tqe) tcp_process() argument 217 struct txq_entry_t *tqe; wilc_wlan_txq_filter_dup_tcp_ack() local 256 struct txq_entry_t *tqe; wilc_wlan_txq_add_cfg_pkt() local 418 struct txq_entry_t *tqe; wilc_wlan_txq_add_net_pkt() local 473 struct txq_entry_t *tqe; wilc_wlan_txq_add_mgmt_pkt() local 508 struct txq_entry_t *tqe = NULL; wilc_wlan_txq_get_first() local 522 wilc_wlan_txq_get_next(struct wilc *wilc, struct txq_entry_t *tqe, u8 q_num) wilc_wlan_txq_get_next() argument 873 struct txq_entry_t *tqe; wilc_wlan_handle_txq() local 1237 struct txq_entry_t *tqe; wilc_wlan_cleanup() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | arcregs.h | 265 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;
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | arcregs.h | 318 unsigned int pad:6, fbe:2, tqe:2, ts:4, ft:1, rse:2, pte:3, bce:3, ver:8; member 320 unsigned int ver:8, bce:3, pte:3, rse:2, ft:1, ts:4, tqe:2, fbe:2, pad:6;
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 597 TAILQ_ENTRY(scb) tqe; member 602 TAILQ_ENTRY(scb) tqe; member
|
H A D | aic7xxx.h | 565 TAILQ_ENTRY(scb) tqe; member
|
H A D | aic7xxx_osm.c | 1557 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe); in ahc_linux_run_command() 1684 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_done()
|
H A D | aic79xx_core.c | 6469 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_find_scb_by_tag() 6625 TAILQ_INSERT_TAIL(free_tailq, scb, links.tqe); in ahd_add_col_list() 6653 next_scb, links.tqe); in ahd_rem_col_list() 6655 TAILQ_REMOVE(free_tailq, scb, links.tqe); in ahd_rem_col_list() 6671 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_get_scb() 9736 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_dump_card_state()
|
H A D | aic7xxx_core.c | 4103 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); in ahc_handle_msg_reject() 6052 next_scb = TAILQ_NEXT(scb, links.tqe); in ahc_search_untagged_queues() 6094 TAILQ_REMOVE(untagged_q, scb, links.tqe); in ahc_search_untagged_queues() 7273 TAILQ_FOREACH(scb, untagged_q, links.tqe) { in ahc_dump_card_state()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 597 TAILQ_ENTRY(scb) tqe; member 602 TAILQ_ENTRY(scb) tqe; member
|
H A D | aic7xxx.h | 565 TAILQ_ENTRY(scb) tqe; member
|
H A 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()
|
H A 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()
|
H A 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()
|