Searched refs:chan_server (Results 1 – 2 of 2) sorted by relevance
395 struct TCP_Server_Info *chan_server; in cifs_debug_data_proc_show() local704 chan_server = ses->chans[j].server; in cifs_debug_data_proc_show()705 if (!chan_server) in cifs_debug_data_proc_show()708 if (list_empty(&chan_server->pending_mid_q)) in cifs_debug_data_proc_show()712 chan_server->conn_id); in cifs_debug_data_proc_show()713 spin_lock(&chan_server->mid_queue_lock); in cifs_debug_data_proc_show()714 list_for_each_entry(mid_entry, &chan_server->pending_mid_q, qhead) { in cifs_debug_data_proc_show()722 spin_unlock(&chan_server->mid_queue_lock); in cifs_debug_data_proc_show()
483 struct TCP_Server_Info *chan_server; in cifs_ses_add_channel() local577 chan_server = cifs_get_tcp_session(ctx, ses->server); in cifs_ses_add_channel()581 chan->server = chan_server; in cifs_ses_add_channel()