Home
last modified time | relevance | path

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

/linux/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
234 return octep_send_mbox_req(oct, &d, wait_for_response); in octep_ctrl_net_set_mtu()
[all …]
/linux/fs/smb/client/
H A Dtransport.c641 int wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *mid) in wait_for_response() function
1012 rc = wait_for_response(server, mid[i]); in compound_send_recv()
H A Dcifsproto.h140 int wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ);