Home
last modified time | relevance | path

Searched refs:ctrl_req_wait_list (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_ctrl_net.c80 list_add_tail(&d->list, &oct->ctrl_req_wait_list); in octep_send_mbox_req()
108 INIT_LIST_HEAD(&oct->ctrl_req_wait_list); in octep_ctrl_net_init()
306 list_for_each_entry_safe(pos, n, &oct->ctrl_req_wait_list, list) { in process_mbox_resp()
440 list_for_each_entry_safe(pos, n, &oct->ctrl_req_wait_list, list) in octep_ctrl_net_uninit()
Doctep_main.h308 struct list_head ctrl_req_wait_list; member