Searched refs:prev_seq (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd_utils.h | 1114 __u32 virt_id, int *prev_seq) in _test_cmd_read_vevents() argument 1145 hdr->sequence - *prev_seq > 1) { in _test_cmd_read_vevents() 1146 *prev_seq = hdr->sequence; in _test_cmd_read_vevents() 1151 *prev_seq = hdr->sequence; in _test_cmd_read_vevents() 1166 #define test_cmd_read_vevents(event_fd, nvevents, virt_id, prev_seq) \ argument 1168 virt_id, prev_seq)) 1169 #define test_err_read_vevents(_errno, event_fd, nvevents, virt_id, prev_seq) \ argument 1172 virt_id, prev_seq))
|
| H A D | iommufd.c | 2955 int prev_seq = -1; in TEST_F() 2972 test_cmd_read_vevents(veventq_fd, 1, 0x99, &prev_seq); in TEST_F() 2985 &prev_seq); in TEST_F() 2988 test_cmd_read_vevents(veventq_fd, 1, 0x88, &prev_seq); in TEST_F() 2957 int prev_seq = -1; TEST_F() local
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| H A D | chcr_ktls.h | 51 u32 prev_seq; member
|
| /linux/include/linux/cdx/ |
| H A D | mcdi.h | 158 u8 prev_seq; member
|
| /linux/drivers/cdx/controller/ |
| H A D | mcdi.c | 256 mcdi->prev_seq = cmd->seq; in cdx_mcdi_send_request() 515 *seq = mcdi->prev_seq; in cdx_mcdi_get_seq() 518 } while (mcdi->seq_held_by[*seq] && *seq != mcdi->prev_seq); in cdx_mcdi_get_seq()
|
| /linux/include/net/ |
| H A D | netlink.h | 1236 if (cb->prev_seq && cb->seq != cb->prev_seq) in nl_dump_check_consistent() 1238 cb->prev_seq = cb->seq; in nl_dump_check_consistent()
|
| /linux/net/tipc/ |
| H A D | node.c | 2343 cb->prev_seq = 1; in tipc_nl_node_dump() 2708 cb->prev_seq = 1; in tipc_nl_node_dump_link()
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 6634 if (skb->len == 0 && cb->prev_seq && cb->seq != cb->prev_seq) { in hwsim_dump_radio_nl()
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 4384 cb->prev_seq = 0; in rtnl_dump_all() 6517 cb->prev_seq = 0; in rtnl_mdb_dump()
|