Home
last modified time | relevance | path

Searched refs:list_end (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h381 struct channel_list_end_tlv list_end; member
388 struct channel_list_end_tlv list_end; member
/Linux-v6.6/drivers/of/
Dbase.c1131 it->list_end = list + size / sizeof(*list); in of_phandle_iterator_init()
1148 if (!it->cur || it->phandle_end >= it->list_end) in of_phandle_iterator_next()
1196 if (it->cur + count > it->list_end) { in of_phandle_iterator_next()
1200 count, it->list_end - it->cur); in of_phandle_iterator_next()
1204 count, it->list_end - it->cur); in of_phandle_iterator_next()
/Linux-v6.6/drivers/usb/host/
Dehci-dbg.c381 __le32 list_end = EHCI_LIST_END(ehci); in qh_lines() local
384 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()
392 else if (hw->hw_alt_next == list_end) in qh_lines()
429 else if (td->hw_alt_next != list_end) in qh_lines()
/Linux-v6.6/drivers/usb/fotg210/
Dfotg210-hcd.c363 __le32 list_end = FOTG210_LIST_END(fotg210); in qh_lines() local
366 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()
374 else if (hw->hw_alt_next == list_end) in qh_lines()
404 else if (td->hw_alt_next != list_end) in qh_lines()
/Linux-v6.6/include/linux/
Dof.h83 const __be32 *list_end; member