Searched refs:txtype (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
| D | o2iblnd_cb.c | 220 kiblnd_find_waiting_tx_locked(kib_conn_t *conn, int txtype, __u64 cookie) in kiblnd_find_waiting_tx_locked() argument 234 tx->tx_msg->ibm_type == txtype) in kiblnd_find_waiting_tx_locked() 239 tx->tx_msg->ibm_type, txtype); in kiblnd_find_waiting_tx_locked() 245 kiblnd_handle_completion(kib_conn_t *conn, int txtype, int status, __u64 cookie) in kiblnd_handle_completion() argument 253 tx = kiblnd_find_waiting_tx_locked(conn, txtype, cookie); in kiblnd_handle_completion() 258 txtype, cookie, libcfs_nid2str(conn->ibc_peer->ibp_nid)); in kiblnd_handle_completion() 266 else if (txtype == IBLND_MSG_GET_REQ) in kiblnd_handle_completion()
|
| /linux-4.4.14/drivers/usb/musb/ |
| D | musb_core.h | 279 u8 txtype, txinterval, rxtype, rxinterval; member
|
| D | musb_host.c | 2086 u8 txtype; in musb_schedule() local 2141 txtype = (musb_readb(hw_ep->regs, MUSB_TXTYPE) in musb_schedule() 2144 toggle && (txtype == USB_ENDPOINT_XFER_ISOC)) in musb_schedule()
|
| D | musb_core.c | 2358 musb->context.index_regs[i].txtype = in musb_save_context() 2439 musb->context.index_regs[i].txtype); in musb_restore_context()
|