Home
last modified time | relevance | path

Searched refs:EP_RING_FULL (Results 1 – 6 of 6) sorted by relevance

/drivers/net/fjes/
Dfjes_hw.h59 #define EP_RING_FULL(_head, _tail, _max) \ macro
Dfjes_hw.c964 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max)) in fjes_hw_epbuf_tx_pkt_send()
Dfjes_main.c526 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, in fjes_tx_stall_task()
/drivers/usb/cdns3/
Dtrace.h507 __entry->flags & EP_RING_FULL ? "RING FULL |" : "",
Dgadget.h1154 #define EP_RING_FULL BIT(7) macro
Dgadget.c442 priv_ep->flags &= ~EP_RING_FULL; in cdns3_start_all_request()
1208 priv_ep->flags |= EP_RING_FULL; in cdns3_ep_run_transfer()