Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h370 struct channel_list_end_tlv list_end; member
377 struct channel_list_end_tlv list_end; member
/linux-4.1.27/drivers/usb/host/
Dehci-dbg.c421 __le32 list_end = EHCI_LIST_END(ehci); in qh_lines() local
424 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()
432 else if (hw->hw_alt_next == list_end) in qh_lines()
463 else if (td->hw_alt_next != list_end) in qh_lines()
Dfusbh200-hcd.c378 __le32 list_end = FUSBH200_LIST_END(fusbh200); in qh_lines() local
381 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()
389 else if (hw->hw_alt_next == list_end) in qh_lines()
419 else if (td->hw_alt_next != list_end) in qh_lines()
Dfotg210-hcd.c390 __le32 list_end = FOTG210_LIST_END(fotg210); in qh_lines() local
393 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()
401 else if (hw->hw_alt_next == list_end) in qh_lines()
431 else if (td->hw_alt_next != list_end) in qh_lines()
/linux-4.1.27/drivers/of/
Dbase.c1451 const __be32 *list, *list_end; in __of_parse_phandle_with_args() local
1461 list_end = list + size / sizeof(*list); in __of_parse_phandle_with_args()
1464 while (list < list_end) { in __of_parse_phandle_with_args()
1508 if (list + count > list_end) { in __of_parse_phandle_with_args()