Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/fjes/
H A Dfjes_hw.h59 #define EP_RING_FULL(_head, _tail, _max) \ macro
H A Dfjes_hw.c965 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max)) in fjes_hw_epbuf_tx_pkt_send()
H A Dfjes_main.c1112 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, in fjes_tx_stall_task()
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h566 #define EP_RING_FULL BIT(5) macro
H A Dcdns2-trace.h495 __entry->flags & EP_RING_FULL ? "RING FULL |" : "",
H A Dcdns2-gadget.c327 pep->ep_state |= EP_RING_FULL; in cdns2_prepare_ring()
837 pep->ep_state &= ~EP_RING_FULL; in cdns2_start_all_request()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-trace.h494 __entry->flags & EP_RING_FULL ? "RING FULL |" : "",
H A Dcdns3-gadget.h1155 #define EP_RING_FULL BIT(7) macro
H A Dcdns3-gadget.c426 priv_ep->flags &= ~EP_RING_FULL; in cdns3_start_all_request()
1209 priv_ep->flags |= EP_RING_FULL; in cdns3_ep_run_transfer()