Home
last modified time | relevance | path

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

/fs/ncpfs/
Dsock.c123 if (server->tx.creq) in ncp_tcp_write_space()
124 schedule_work(&server->tx.tq); in ncp_tcp_write_space()
150 while (!list_empty(&server->tx.requests)) { in __abort_ncp_connection()
151 req = list_entry(server->tx.requests.next, struct ncp_request_reply, req); in __abort_ncp_connection()
163 req = server->tx.creq; in __abort_ncp_connection()
165 server->tx.creq = NULL; in __abort_ncp_connection()
222 rq = server->tx.creq; in __ncptcp_try_send()
241 server->tx.creq = NULL; in __ncptcp_try_send()
314 server->tx.creq = req; in ncptcp_start_request()
340 if (server->tx.creq || server->rcv.creq) { in ncp_add_request()
[all …]
Dncp_fs_sb.h137 } tx; member
Dinode.c326 flush_work(&server->tx.tq); in ncp_stop_tasks()
618 INIT_LIST_HEAD(&server->tx.requests); in ncp_fill_super()
620 server->tx.creq = NULL; in ncp_fill_super()
650 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()
236 _1ps->tx = async_xor(_1ps->pages[sp2d->data_devs], in _gen_xor_unit()
240 _1ps->tx = async_gen_syndrome(_1ps->pages, 0, in _gen_xor_unit()
251 async_tx_issue_pending(_1ps->tx); in _gen_xor_unit()