Home
last modified time | relevance | path

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

/fs/ncpfs/
Dsock.c122 if (server->tx.creq) in ncp_tcp_write_space()
123 schedule_work(&server->tx.tq); in ncp_tcp_write_space()
149 while (!list_empty(&server->tx.requests)) { in __abort_ncp_connection()
150 req = list_entry(server->tx.requests.next, struct ncp_request_reply, req); in __abort_ncp_connection()
162 req = server->tx.creq; in __abort_ncp_connection()
164 server->tx.creq = NULL; in __abort_ncp_connection()
221 rq = server->tx.creq; in __ncptcp_try_send()
240 server->tx.creq = NULL; in __ncptcp_try_send()
313 server->tx.creq = req; in ncptcp_start_request()
339 if (server->tx.creq || server->rcv.creq) { in ncp_add_request()
[all …]
Dncp_fs_sb.h139 } tx; member
Dinode.c319 flush_work_sync(&server->tx.tq); in ncp_stop_tasks()
613 INIT_LIST_HEAD(&server->tx.requests); in ncp_fill_super()
615 server->tx.creq = NULL; in ncp_fill_super()
645 INIT_WORK(&server->tx.tq, ncp_tcp_tx_proc); in ncp_fill_super()
/fs/exofs/
Dore_raid.c55 struct dma_async_tx_descriptor *tx; member
169 _1ps->tx = NULL; in _sp2d_reset()
234 _1ps->tx = async_xor(_1ps->pages[sp2d->data_devs], _1ps->pages, in _gen_xor_unit()
245 async_tx_issue_pending(_1ps->tx); in _gen_xor_unit()