Searched refs:chan_server (Results 1 – 2 of 2) sorted by relevance
305 struct TCP_Server_Info *chan_server; in cifs_debug_data_proc_show() local612 chan_server = ses->chans[j].server; in cifs_debug_data_proc_show()613 if (!chan_server) in cifs_debug_data_proc_show()616 if (list_empty(&chan_server->pending_mid_q)) in cifs_debug_data_proc_show()620 chan_server->conn_id); in cifs_debug_data_proc_show()621 spin_lock(&chan_server->mid_lock); in cifs_debug_data_proc_show()622 list_for_each_entry(mid_entry, &chan_server->pending_mid_q, qhead) { in cifs_debug_data_proc_show()630 spin_unlock(&chan_server->mid_lock); in cifs_debug_data_proc_show()
454 struct TCP_Server_Info *chan_server; in cifs_ses_add_channel() local541 chan_server = cifs_get_tcp_session(ctx, ses->server); in cifs_ses_add_channel()545 chan->server = chan_server; in cifs_ses_add_channel()