Searched refs:LAST (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | filter.sh | 14 LAST=$(git show-ref -s refs/heads/$UPSTREAM_MASTER||true) 15 if [ -n "$LAST" ] ; then 16 RANGE="$LAST..$UPSTREAM_REWRITTEN" 23 if [ "$LAST" = "$FETCH_HEAD" ] ; then
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 152 RTE_INIT_PRIO(func, LAST) 177 RTE_FINI_PRIO(func, LAST)
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 191 RTE_INIT_PRIO(func, LAST) 216 RTE_FINI_PRIO(func, LAST)
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_mbox.c | 506 if (!HINIC_MBOX_HEADER_GET(mbox_header, LAST)) in recv_mbox_handler() 681 HINIC_MBOX_HEADER_SET(NOT_LAST_SEG, LAST) | in send_mbox_to_func() 689 while (!(HINIC_MBOX_HEADER_GET(header, LAST))) { in send_mbox_to_func() 695 header |= HINIC_MBOX_HEADER_SET(LAST_SEG, LAST); in send_mbox_to_func()
|
| H A D | hinic_pmd_mgmt.c | 118 HINIC_MSG_HEADER_SET(LAST_SEGMENT, LAST) | in prepare_header() 641 if (!HINIC_MSG_HEADER_GET(msg_header, LAST)) in recv_mgmt_msg_handler()
|