Searched refs:txtype (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 224 kiblnd_find_waiting_tx_locked(struct kib_conn *conn, int txtype, __u64 cookie) in kiblnd_find_waiting_tx_locked() argument 238 tx->tx_msg->ibm_type == txtype) in kiblnd_find_waiting_tx_locked() 243 tx->tx_msg->ibm_type, txtype); in kiblnd_find_waiting_tx_locked() 249 kiblnd_handle_completion(struct kib_conn *conn, int txtype, int status, __u64 cookie) in kiblnd_handle_completion() argument 257 tx = kiblnd_find_waiting_tx_locked(conn, txtype, cookie); in kiblnd_handle_completion() 262 txtype, cookie, libcfs_nid2str(conn->ibc_peer->ibp_nid)); in kiblnd_handle_completion() 270 else if (txtype == IBLND_MSG_GET_REQ) in kiblnd_handle_completion()
|
/drivers/usb/musb/ |
D | musb_core.h | 285 u8 txtype, txinterval, rxtype, rxinterval; member
|
D | musb_host.c | 2059 u8 txtype; in musb_schedule() local 2114 txtype = (musb_readb(hw_ep->regs, MUSB_TXTYPE) in musb_schedule() 2117 toggle && (txtype == USB_ENDPOINT_XFER_ISOC)) in musb_schedule()
|
D | musb_core.c | 2574 musb->context.index_regs[i].txtype = in musb_save_context() 2656 musb->context.index_regs[i].txtype); in musb_restore_context()
|