Searched defs:epq (Results 1 – 2 of 2) sorted by relevance
136 struct isp1362_ep_queue *epq = NULL; in get_ptd_queue() local156 static inline int get_ptd_offset(struct isp1362_ep_queue *epq, u8 index) in get_ptd_offset()174 static inline u16 max_transfer_size(struct isp1362_ep_queue *epq, size_t size, in max_transfer_size()186 static int claim_ptd_buffers(struct isp1362_ep_queue *epq, in claim_ptd_buffers()225 static inline void release_ptd_buffers(struct isp1362_ep_queue *epq, struct isp1362_ep *ep) in release_ptd_buffers()261 struct isp1362_ep *ep, struct isp1362_ep_queue *epq, in prepare_ptd()346 struct isp1362_ep_queue *epq) in isp1362_write_ptd()362 struct isp1362_ep_queue *epq) in isp1362_read_ptd()402 struct isp1362_ep_queue *epq; in remove_ptd() local659 struct isp1362_ep_queue *epq = in finish_unlinks() local[all …]
896 static void dump_ptd_queue(struct isp1362_ep_queue *epq) in dump_ptd_queue()913 #define dump_ptd_queue(epq) do {} while (0) argument