Home
last modified time | relevance | path

Searched refs:wait_for_response (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_net.h275 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);
H A Doctep_ctrl_net.c61 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
285 bool wait_for_response) in octep_ctrl_net_set_link_info() argument
[all …]
/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_vidc.c208 bool wait_for_response = true; in iris_session_close() local
218 wait_for_response = false; in iris_session_close()
220 if (wait_for_response) in iris_session_close()
/linux-6.15/drivers/pci/controller/
H A Dpci-hyperv.c978 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-6.15/fs/smb/client/
H A Dtransport.c726 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response() function
1207 rc = wait_for_response(server, midQ[i]); in compound_send_recv()
1423 rc = wait_for_response(server, midQ); in SendReceive()
1605 rc = wait_for_response(server, midQ); in SendReceiveBlockingLock()
/linux-6.15/drivers/infiniband/core/
H A Dmad.c2172 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()