/kernel/linux/linux-5.10/fs/dlm/ |
H A D | ast.c | 55 uint64_t prev_seq; in dlm_add_lkb_callback() local 73 prev_seq = lkb->lkb_callbacks[i-1].seq; in dlm_add_lkb_callback() 84 (unsigned long long)prev_seq, in dlm_add_lkb_callback() 177 uint64_t new_seq, prev_seq; in dlm_add_cb() local 192 prev_seq = lkb->lkb_callbacks[0].seq; in dlm_add_cb() 198 if (!prev_seq) { in dlm_add_cb()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.h | 51 u32 prev_seq; member
|
H A D | chcr_ktls.c | 478 tx_info->prev_seq = start_offload_tcp_sn; in chcr_ktls_dev_add() 882 if (first_wr || tcp_seq != tx_info->prev_seq) { in chcr_ktls_xmit_tcb_cpls() 890 if (tcp_seq != tx_info->prev_seq || offset) { in chcr_ktls_xmit_tcb_cpls() 899 if (tcp_seq != tx_info->prev_seq) in chcr_ktls_xmit_tcb_cpls() 1085 tcp->seq = htonl(tx_info->prev_seq); in chcr_ktls_write_tcp_options() 1751 tx_info->prev_seq = record->end_seq; in chcr_end_part_handler() 1820 tx_info->prev_seq = tcp_seq + data_len; in chcr_short_record_handler() 1896 tx_info->prev_seq = tcp_seq + data_len + prior_data_len; in chcr_short_record_handler() 1924 tx_info->prev_seq = ntohl(th->seq) + data_len; in chcr_ktls_sw_fallback() 2004 pr_debug("seq 0x%x, end_seq 0x%x prev_seq in chcr_ktls_xmit() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.h | 51 u32 prev_seq; member
|
H A D | chcr_ktls.c | 472 tx_info->prev_seq = start_offload_tcp_sn; in chcr_ktls_dev_add() 876 if (first_wr || tcp_seq != tx_info->prev_seq) { in chcr_ktls_xmit_tcb_cpls() 884 if (tcp_seq != tx_info->prev_seq || offset) { in chcr_ktls_xmit_tcb_cpls() 893 if (tcp_seq != tx_info->prev_seq) in chcr_ktls_xmit_tcb_cpls() 1079 tcp->seq = htonl(tx_info->prev_seq); in chcr_ktls_write_tcp_options() 1744 tx_info->prev_seq = record->end_seq; in chcr_end_part_handler() 1813 tx_info->prev_seq = tcp_seq + data_len; in chcr_short_record_handler() 1887 tx_info->prev_seq = tcp_seq + data_len + prior_data_len; in chcr_short_record_handler() 1915 tx_info->prev_seq = ntohl(th->seq) + data_len; in chcr_ktls_sw_fallback() 2001 pr_debug("seq 0x%x, end_seq 0x%x prev_seq in chcr_ktls_xmit() [all...] |
/kernel/linux/linux-6.6/drivers/cdx/controller/ |
H A D | mcdi.c | 236 mcdi->prev_seq = cmd->seq; in cdx_mcdi_send_request() 495 *seq = mcdi->prev_seq; in cdx_mcdi_get_seq() 498 } 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
|
/kernel/linux/linux-5.10/include/net/ |
H A D | netlink.h | 1088 if (cb->prev_seq && cb->seq != cb->prev_seq) in nl_dump_check_consistent() 1090 cb->prev_seq = cb->seq; in nl_dump_check_consistent()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | netlink.h | 1134 if (cb->prev_seq && cb->seq != cb->prev_seq) in nl_dump_check_consistent() 1136 cb->prev_seq = cb->seq; in nl_dump_check_consistent()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netlink.h | 216 unsigned int prev_seq, seq; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netlink.h | 291 unsigned int prev_seq, seq; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_recv.c | 1720 static void recv_indicatepkts_pkt_loss_cnt(struct debug_priv *pdbgpriv, u64 prev_seq, u64 current_seq) in recv_indicatepkts_pkt_loss_cnt() argument 1722 if (current_seq < prev_seq) in recv_indicatepkts_pkt_loss_cnt() 1723 pdbgpriv->dbg_rx_ampdu_loss_count += (4096 + current_seq - prev_seq); in recv_indicatepkts_pkt_loss_cnt() 1725 pdbgpriv->dbg_rx_ampdu_loss_count += (current_seq - prev_seq); in recv_indicatepkts_pkt_loss_cnt()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_recv.c | 2088 void recv_indicatepkts_pkt_loss_cnt(struct debug_priv *pdbgpriv, u64 prev_seq, u64 current_seq); 2089 void recv_indicatepkts_pkt_loss_cnt(struct debug_priv *pdbgpriv, u64 prev_seq, u64 current_seq) in recv_indicatepkts_pkt_loss_cnt() argument 2091 if (current_seq < prev_seq) in recv_indicatepkts_pkt_loss_cnt() 2092 pdbgpriv->dbg_rx_ampdu_loss_count += (4096 + current_seq - prev_seq); in recv_indicatepkts_pkt_loss_cnt() 2094 pdbgpriv->dbg_rx_ampdu_loss_count += (current_seq - prev_seq); in recv_indicatepkts_pkt_loss_cnt()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | node.c | 2292 * this means that setting prev_seq here will cause the in tipc_nl_node_dump() 2298 cb->prev_seq = 1; in tipc_nl_node_dump() 2658 * this means that setting prev_seq here will cause the in tipc_nl_node_dump_link() 2663 cb->prev_seq = 1; in tipc_nl_node_dump_link()
|
H A D | name_table.c | 1085 * means that setting prev_seq here will cause the consistence in tipc_nl_name_table_dump() 1090 cb->prev_seq = 1; in tipc_nl_name_table_dump()
|
H A D | socket.c | 3750 * this means that setting prev_seq here will cause the in __tipc_nl_list_sk_publ() 3755 cb->prev_seq = 1; in __tipc_nl_list_sk_publ()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | node.c | 2338 * this means that setting prev_seq here will cause the in tipc_nl_node_dump() 2344 cb->prev_seq = 1; in tipc_nl_node_dump() 2704 * this means that setting prev_seq here will cause the in tipc_nl_node_dump_link() 2709 cb->prev_seq = 1; in tipc_nl_node_dump_link()
|
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 | socket.c | 3758 * this means that setting prev_seq here will cause the in __tipc_nl_list_sk_publ() 3763 cb->prev_seq = 1; in __tipc_nl_list_sk_publ()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 4008 if (skb->len == 0 && cb->prev_seq && cb->seq != cb->prev_seq) { in hwsim_dump_radio_nl()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 6113 if (skb->len == 0 && cb->prev_seq && cb->seq != cb->prev_seq) { in hwsim_dump_radio_nl()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 4008 cb->prev_seq = 0; in rtnl_dump_all() 6181 cb->prev_seq = 0; in rtnl_mdb_dump()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 3819 cb->prev_seq = 0; in rtnl_dump_all()
|