Searched refs:wait_for_response (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_ctrl_net.c | 61 bool wait_for_response) in octep_send_mbox_req() argument 75 if (!wait_for_response) in octep_send_mbox_req() 144 bool wait_for_response) in octep_ctrl_net_set_link_status() argument 155 return octep_send_mbox_req(oct, &d, wait_for_response); in octep_ctrl_net_set_link_status() 159 bool wait_for_response) in octep_ctrl_net_set_rx_state() argument 170 return octep_send_mbox_req(oct, &d, wait_for_response); in octep_ctrl_net_set_rx_state() 192 bool wait_for_response) in octep_ctrl_net_set_mac_addr() argument 202 return octep_send_mbox_req(oct, &d, wait_for_response); in octep_ctrl_net_set_mac_addr() 224 bool wait_for_response) in octep_ctrl_net_set_mtu() argument 234 return octep_send_mbox_req(oct, &d, wait_for_response); in octep_ctrl_net_set_mtu() [all …]
|
H A D | octep_ctrl_net.h | 275 bool wait_for_response); 288 bool wait_for_response); 312 bool wait_for_response); 335 bool wait_for_response); 376 bool wait_for_response); 419 bool wait_for_response);
|
/linux/drivers/pci/controller/ |
H A D | pci-hyperv.c | 978 static int wait_for_response(struct hv_device *hdev, in wait_for_response() function 1454 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event); in hv_read_config_block() 1543 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event); in hv_write_config_block() 2497 if (wait_for_response(hbus->hdev, &comp_pkt.host_event)) in new_pcichild_device() 3131 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_protocol_negotiation() 3351 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_enter_d0() 3428 ret = wait_for_response(hdev, &comp); in hv_pci_query_relations() 3519 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_send_resources_allocated()
|
/linux/fs/smb/client/ |
H A D | transport.c | 740 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response() function 1218 rc = wait_for_response(server, midQ[i]); in compound_send_recv() 1434 rc = wait_for_response(server, midQ); in SendReceive() 1616 rc = wait_for_response(server, midQ); in SendReceiveBlockingLock()
|
/linux/drivers/infiniband/core/ |
H A D | mad.c | 2172 static void wait_for_response(struct ib_mad_send_wr_private *mad_send_wr) in wait_for_response() function 2210 wait_for_response(mad_send_wr); in ib_reset_mad_timeout() 2241 wait_for_response(mad_send_wr); in ib_mad_complete_send_wr()
|