Searched refs:multich (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/infiniband/ulp/srp/
H A Dib_srp.c706 static int srp_send_req(struct srp_rdma_ch *ch, bool multich) srp_send_req() argument
747 req->priv.req_flags = (multich ? SRP_MULTICHAN_MULTI : srp_send_req()
986 static int srp_connect_ch(struct srp_rdma_ch *ch, bool multich) srp_connect_ch() argument
991 WARN_ON_ONCE(!multich && srp_connected_ch(target) > 0); srp_connect_ch()
999 ret = srp_send_req(ch, multich); srp_connect_ch()
1198 bool multich = false; srp_rport_reconnect() local
1248 ret = srp_connect_ch(ch, multich); srp_rport_reconnect()
1249 multich = true; srp_rport_reconnect()
3142 bool multich = false; srp_create_target() local
3264 ret = srp_connect_ch(ch, multich); for_each_online_cpu()
3280 multich = true; for_each_online_cpu()

Completed in 55 milliseconds