Searched refs:dest_idx (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/pstore/
H A Dftrace.c161 size_t dest_idx = 0, src_idx = 0, merged_idx = 0; local
182 if (pstore_ftrace_read_timestamp(&drec[dest_idx]) <
184 mrec[merged_idx++] = drec[dest_idx++];
193 mrec[merged_idx++] = drec[dest_idx++];
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mac.c407 u8 *mac, u16 *vid, u32 *dest_idx)
417 *dest_idx = ANA_MACACCESS_DEST_IDX_GET(raw_entry->maca);
427 u32 dest_idx; local
449 mac, &vid, &dest_idx);
450 if (WARN_ON(dest_idx >= lan966x->num_phys_ports))
458 mac_entry->port_index == dest_idx) {
503 mac, &vid, &dest_idx);
504 if (WARN_ON(dest_idx >= lan966x->num_phys_ports))
508 mac_entry = lan966x_mac_find_entry(lan966x, mac, vid, dest_idx);
514 port = lan966x->ports[dest_idx];
406 lan966x_mac_process_raw_entry(struct lan966x_mac_raw_entry *raw_entry, u8 *mac, u16 *vid, u32 *dest_idx) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Db44.c639 int dest_idx; local
645 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1);
646 map = &bp->rx_buffers[dest_idx];
692 if (dest_idx == (B44_RX_RING_SIZE - 1))
695 dp = &bp->rx_ring[dest_idx];
701 dest_idx * sizeof(*dp),
712 int dest_idx; local
715 dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1);
716 dest_desc = &bp->rx_ring[dest_idx];
717 dest_map = &bp->rx_buffers[dest_idx];
[all...]
H A Dtg3.c6706 int skb_size, data_size, dest_idx; local
6710 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask;
6711 desc = &tpr->rx_std[dest_idx];
6712 map = &tpr->rx_std_buffers[dest_idx];
6717 dest_idx = dest_idx_unmasked & tp->rx_jmb_ring_mask;
6718 desc = &tpr->rx_jmb[dest_idx].std;
6719 map = &tpr->rx_jmb_buffers[dest_idx];
6774 int dest_idx; local
6778 dest_idx = dest_idx_unmasked & tp->rx_std_ring_mask;
6779 dest_desc = &dpr->rx_std[dest_idx];
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c2076 u8 dest_idx = 0, i; local
2124 pmon->dest_skb_q[dest_idx] = skb;
2125 dest_idx++;
2132 for (i = 0; i < dest_idx; i++) {
2156 dest_idx = 0;
2490 u8 dest_idx = 0, i; local
2524 pmon->dest_skb_q[dest_idx] = skb;
2525 dest_idx++;
2531 for (i = 0; i < dest_idx; i++) {
2571 dest_idx
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c469 int attr_idx, int dest_idx, bool pkt_reformat)
471 dest[dest_idx].type = MLX5_FLOW_DESTINATION_TYPE_VPORT;
472 dest[dest_idx].vport.num = esw_attr->dests[attr_idx].vport;
474 dest[dest_idx].vport.vhca_id =
476 dest[dest_idx].vport.flags |= MLX5_FLOW_DEST_VPORT_VHCA_ID;
477 if (dest[dest_idx].vport.num == MLX5_VPORT_UPLINK &&
479 dest[dest_idx].type = MLX5_FLOW_DESTINATION_TYPE_UPLINK;
486 dest[dest_idx].vport.flags |= MLX5_FLOW_DEST_VPORT_REFORMAT_ID;
487 dest[dest_idx].vport.pkt_reformat = esw_attr->dests[attr_idx].pkt_reformat;
494 int attr_idx, int dest_idx, boo
467 esw_setup_dest_fwd_vport(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, struct mlx5_eswitch *esw, struct mlx5_esw_flow_attr *esw_attr, int attr_idx, int dest_idx, bool pkt_reformat) argument
492 esw_setup_dest_fwd_ipsec(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, struct mlx5_eswitch *esw, struct mlx5_esw_flow_attr *esw_attr, int attr_idx, int dest_idx, bool pkt_reformat) argument
506 esw_setup_vport_dest(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, struct mlx5_eswitch *esw, struct mlx5_esw_flow_attr *esw_attr, int attr_idx, int dest_idx, bool pkt_reformat) argument
[all...]

Completed in 309 milliseconds