Searched refs:chan_server (Results 1 – 2 of 2) sorted by relevance
285 struct TCP_Server_Info *chan_server; in cifs_debug_data_proc_show() local581 chan_server = ses->chans[j].server; in cifs_debug_data_proc_show()582 if (!chan_server) in cifs_debug_data_proc_show()585 if (list_empty(&chan_server->pending_mid_q)) in cifs_debug_data_proc_show()589 chan_server->conn_id); in cifs_debug_data_proc_show()590 spin_lock(&chan_server->mid_lock); in cifs_debug_data_proc_show()591 list_for_each_entry(mid_entry, &chan_server->pending_mid_q, qhead) { in cifs_debug_data_proc_show()599 spin_unlock(&chan_server->mid_lock); in cifs_debug_data_proc_show()
527 struct TCP_Server_Info *chan_server; in cifs_ses_add_channel() local614 chan_server = cifs_get_tcp_session(ctx, ses->server); in cifs_ses_add_channel()618 chan->server = chan_server; in cifs_ses_add_channel()