Home
last modified time | relevance | path

Searched refs:next_td_addr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/c67x00/
H A Dc67x00-sched.c57 __le16 next_td_addr; /* Bytes 10-11 */ member
118 #define td_next_td_addr(td) (__le16_to_cpu((td)->next_td_addr))
152 dev_dbg(dev, "next_td_addr: 0x%04x\n", td_next_td_addr(td)); in dbg_td()
539 if (unlikely(c67x00->next_td_addr + CY_TD_SIZE >= in c67x00_claim_frame_bw()
610 td->td_addr = c67x00->next_td_addr; in c67x00_create_td()
611 c67x00->next_td_addr = c67x00->next_td_addr + CY_TD_SIZE; in c67x00_create_td()
624 td->next_td_addr = __cpu_to_le16(c67x00->next_td_addr); in c67x00_create_td()
814 c67x00->next_td_addr in c67x00_fill_frame()
[all...]
H A Dc67x00-hcd.h76 u16 next_td_addr; member
/kernel/linux/linux-6.6/drivers/usb/c67x00/
H A Dc67x00-sched.c57 __le16 next_td_addr; /* Bytes 10-11 */ member
118 #define td_next_td_addr(td) (__le16_to_cpu((td)->next_td_addr))
152 dev_dbg(dev, "next_td_addr: 0x%04x\n", td_next_td_addr(td)); in dbg_td()
539 if (unlikely(c67x00->next_td_addr + CY_TD_SIZE >= in c67x00_claim_frame_bw()
610 td->td_addr = c67x00->next_td_addr; in c67x00_create_td()
611 c67x00->next_td_addr = c67x00->next_td_addr + CY_TD_SIZE; in c67x00_create_td()
624 td->next_td_addr = __cpu_to_le16(c67x00->next_td_addr); in c67x00_create_td()
814 c67x00->next_td_addr in c67x00_fill_frame()
[all...]
H A Dc67x00-hcd.h76 u16 next_td_addr; member

Completed in 4 milliseconds