Searched refs:pending_idx (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/xen-netback/ |
D | netback.c | 106 static void xenvif_idx_release(struct xenvif_queue *queue, u16 pending_idx, 114 static void xenvif_idx_unmap(struct xenvif_queue *queue, u16 pending_idx); 130 #define callback_param(vif, pending_idx) \ argument 131 (vif->pending_tx_info[pending_idx].callback_struct) 137 u16 pending_idx = ubuf->desc; in ubuf_to_queue() local 140 return container_of(temp - pending_idx, in ubuf_to_queue() 150 static void frag_set_pending_idx(skb_frag_t *frag, u16 pending_idx) in frag_set_pending_idx() argument 152 skb_frag_off_set(frag, pending_idx); in frag_set_pending_idx() 340 u16 pending_idx, in xenvif_tx_create_map_op() argument 345 queue->pages_to_map[mop-queue->tx_map_ops] = queue->mmap_pages[pending_idx]; in xenvif_tx_create_map_op() [all …]
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_devlink.c | 531 u8 i, j, options_count, cnt, speed, pending_idx, active_idx; in ice_devlink_port_options_print() local 551 &active_valid, &pending_idx, in ice_devlink_port_options_print() 569 else if ((i == pending_idx) && pending_valid) in ice_devlink_port_options_print() 664 u8 i, j, active_idx, pending_idx, new_option; in ice_devlink_port_split() local 673 &pending_idx, &pending_valid); in ice_devlink_port_split() 682 active_idx = pending_valid ? pending_idx : active_idx; in ice_devlink_port_split() 1492 u8 i, active_idx, pending_idx, option_count = ICE_AQC_PORT_OPT_MAX; in ice_devlink_set_port_split_options() local 1498 &pending_idx, &pending_valid); in ice_devlink_set_port_split_options()
|