Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_net.c76 list_add_tail(&d->list, &oct->ctrl_req_wait_list); in octep_send_mbox_req()
104 INIT_LIST_HEAD(&oct->ctrl_req_wait_list); in octep_ctrl_net_init()
284 list_for_each_entry_safe(pos, n, &oct->ctrl_req_wait_list, list) { in process_mbox_resp()
360 list_for_each_entry_safe(pos, n, &oct->ctrl_req_wait_list, list) in octep_ctrl_net_uninit()
H A Doctep_main.h277 struct list_head ctrl_req_wait_list; member