Searched refs:txtype (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 213 kiblnd_find_waiting_tx_locked(kib_conn_t *conn, int txtype, __u64 cookie) in kiblnd_find_waiting_tx_locked() argument 227 tx->tx_msg->ibm_type == txtype) in kiblnd_find_waiting_tx_locked() 232 tx->tx_msg->ibm_type, txtype); in kiblnd_find_waiting_tx_locked() 238 kiblnd_handle_completion(kib_conn_t *conn, int txtype, int status, __u64 cookie) in kiblnd_handle_completion() argument 246 tx = kiblnd_find_waiting_tx_locked(conn, txtype, cookie); in kiblnd_handle_completion() 251 txtype, cookie, libcfs_nid2str(conn->ibc_peer->ibp_nid)); in kiblnd_handle_completion() 259 } else if (txtype == IBLND_MSG_GET_REQ) { in kiblnd_handle_completion()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_core.h | 272 u8 txtype, txinterval, rxtype, rxinterval; member
|
D | musb_host.c | 1967 u8 txtype; in musb_schedule() local 2022 txtype = (musb_readb(hw_ep->regs, MUSB_TXTYPE) in musb_schedule() 2025 toggle && (txtype == USB_ENDPOINT_XFER_ISOC)) in musb_schedule()
|
D | musb_core.c | 2309 musb->context.index_regs[i].txtype = in musb_save_context() 2391 musb->context.index_regs[i].txtype); in musb_restore_context()
|