Searched defs:txtype (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/musb/
H A Dmusb_host.c1967 u8 txtype; local
2022 txtype = (musb_readb(hw_ep->regs, MUSB_TXTYPE)
2025 toggle && (txtype == USB_ENDPOINT_XFER_ISOC))
2153 /* precompute rxtype/txtype/type0 register */
H A Dmusb_core.h269 u8 txtype, txinterval, rxtype, rxinterval; member in struct:musb_csr_regs
/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd_cb.c213 kiblnd_find_waiting_tx_locked(kib_conn_t *conn, int txtype, __u64 cookie) argument
227 tx->tx_msg->ibm_type == txtype)
232 tx->tx_msg->ibm_type, txtype);
238 kiblnd_handle_completion(kib_conn_t *conn, int txtype, int status, __u64 cookie) argument
246 tx = kiblnd_find_waiting_tx_locked(conn, txtype, cookie);
251 txtype, cookie, libcfs_nid2str(conn->ibc_peer->ibp_nid));
259 } else if (txtype == IBLND_MSG_GET_REQ) {

Completed in 66 milliseconds