Home
last modified time | relevance | path

Searched refs:prev_seq (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h1060 __u32 virt_id, int *prev_seq) in _test_cmd_read_vevents() argument
1091 hdr->sequence - *prev_seq > 1) { in _test_cmd_read_vevents()
1092 *prev_seq = hdr->sequence; in _test_cmd_read_vevents()
1097 *prev_seq = hdr->sequence; in _test_cmd_read_vevents()
1112 #define test_cmd_read_vevents(event_fd, nvevents, virt_id, prev_seq) \ argument
1114 virt_id, prev_seq))
1115 #define test_err_read_vevents(_errno, event_fd, nvevents, virt_id, prev_seq) \ argument
1118 virt_id, prev_seq))
H A Diommufd.c2896 int prev_seq = -1; in TEST_F() local
2913 test_cmd_read_vevents(veventq_fd, 1, 0x99, &prev_seq); in TEST_F()
2926 &prev_seq); in TEST_F()
2929 test_cmd_read_vevents(veventq_fd, 1, 0x88, &prev_seq); in TEST_F()
/linux/drivers/cdx/controller/
H A Dmcdi.c232 mcdi->prev_seq = cmd->seq; in cdx_mcdi_send_request()
491 *seq = mcdi->prev_seq; in cdx_mcdi_get_seq()
494 } while (mcdi->seq_held_by[*seq] && *seq != mcdi->prev_seq); in cdx_mcdi_get_seq()
H A Dmcdi.h154 * @prev_seq: The last used sequence number
169 u8 prev_seq; member
/linux/include/linux/
H A Dnetlink.h294 unsigned int prev_seq, seq; member
/linux/include/net/
H A Dnetlink.h1236 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/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1719 static void recv_indicatepkts_pkt_loss_cnt(struct debug_priv *pdbgpriv, u64 prev_seq, u64 current_seq) in recv_indicatepkts_pkt_loss_cnt() argument
1721 if (current_seq < prev_seq) in recv_indicatepkts_pkt_loss_cnt()
1722 pdbgpriv->dbg_rx_ampdu_loss_count += (4096 + current_seq - prev_seq); in recv_indicatepkts_pkt_loss_cnt()
1724 pdbgpriv->dbg_rx_ampdu_loss_count += (current_seq - prev_seq); in recv_indicatepkts_pkt_loss_cnt()
/linux/net/tipc/
H A Dname_table.c1124 * means that setting prev_seq here will cause the consistence in tipc_nl_name_table_dump()
1129 cb->prev_seq = 1; in tipc_nl_name_table_dump()
H A Dnode.c2337 * this means that setting prev_seq here will cause the in tipc_nl_node_dump()
2343 cb->prev_seq = 1; in tipc_nl_node_dump()
2703 * this means that setting prev_seq here will cause the in tipc_nl_node_dump_link()
2708 cb->prev_seq = 1; in tipc_nl_node_dump_link()
H A Dsocket.c3749 * this means that setting prev_seq here will cause the in __tipc_nl_list_sk_publ()
3754 cb->prev_seq = 1; in __tipc_nl_list_sk_publ()
/linux/net/core/
H A Drtnetlink.c4369 cb->prev_seq = 0; in rtnl_dump_all()
6505 cb->prev_seq = 0; in rtnl_mdb_dump()