Searched refs:prev_seq (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/iommu/ |
H A D | iommufd_utils.h | 1060 __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 D | iommufd.c | 2896 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 D | mcdi.c | 232 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 D | mcdi.h | 154 * @prev_seq: The last used sequence number 169 u8 prev_seq; member
|
/linux/include/linux/ |
H A D | netlink.h | 294 unsigned int prev_seq, seq; member
|
/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/drivers/staging/rtl8723bs/core/ |
H A D | rtw_recv.c | 1719 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 D | name_table.c | 1124 * 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 D | node.c | 2337 * 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 D | socket.c | 3749 * 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 D | rtnetlink.c | 4369 cb->prev_seq = 0; in rtnl_dump_all() 6505 cb->prev_seq = 0; in rtnl_mdb_dump()
|