Searched refs:local_list (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | bcmsdh.c | 385 struct sk_buff_head local_list, *target_list; in brcmf_sdiod_sglist_rw() local 399 __skb_queue_head_init(&local_list); in brcmf_sdiod_sglist_rw() 411 __skb_queue_tail(&local_list, pkt_next); in brcmf_sdiod_sglist_rw() 419 __skb_queue_tail(&local_list, pkt_next); in brcmf_sdiod_sglist_rw() 420 target_list = &local_list; in brcmf_sdiod_sglist_rw() 482 src = __skb_peek(&local_list); in brcmf_sdiod_sglist_rw() 502 src = skb_peek_next(src, &local_list); in brcmf_sdiod_sglist_rw() 513 while ((pkt_next = __skb_dequeue(&local_list)) != NULL) in brcmf_sdiod_sglist_rw()
|
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls_rx.c | 688 LIST_HEAD(local_list); in mlx5e_ktls_rx_handle_resync_list() 702 list_move(&priv_rx->list, &local_list); in mlx5e_ktls_rx_handle_resync_list() 714 priv_rx = list_first_entry(&local_list, in mlx5e_ktls_rx_handle_resync_list() 733 if (!list_empty(&local_list)) { in mlx5e_ktls_rx_handle_resync_list() 739 list_splice(&local_list, &ktls_resync->list); in mlx5e_ktls_rx_handle_resync_list()
|
/drivers/infiniband/core/ |
D | mad_priv.h | 102 struct list_head local_list; member
|
D | mad.c | 397 INIT_LIST_HEAD(&mad_agent_priv->local_list); in ib_register_mad_agent() 757 list_add_tail(&local->completion_list, &mad_agent_priv->local_list); in handle_outgoing_dr_smp() 2511 while (!list_empty(&mad_agent_priv->local_list)) { in local_completions() 2512 local = list_entry(mad_agent_priv->local_list.next, in local_completions()
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ops.c | 1093 LIST_HEAD(local_list); in iwl_mvm_async_handlers_wk() 1102 list_splice_init(&mvm->async_handlers_list, &local_list); in iwl_mvm_async_handlers_wk() 1105 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mvm_async_handlers_wk()
|
/drivers/usb/core/ |
D | hcd.c | 1694 struct list_head local_list; in usb_giveback_urb_bh() local 1699 list_replace_init(&bh->head, &local_list); in usb_giveback_urb_bh() 1702 while (!list_empty(&local_list)) { in usb_giveback_urb_bh() 1705 urb = list_entry(local_list.next, struct urb, urb_list); in usb_giveback_urb_bh()
|