Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeon_ep/
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
234 return octep_send_mbox_req(oct, &d, wait_for_response); in octep_ctrl_net_set_mtu()
[all …]
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);
/linux/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()