Home
last modified time | relevance | path

Searched refs:back (Results 1 – 25 of 90) sorted by relevance

1234

/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c231 struct i40e_pf *pf = np->vsi->back; in i40e_get_settings()
454 struct i40e_pf *pf = np->vsi->back; in i40e_set_settings()
598 struct i40e_pf *pf = np->vsi->back; in i40e_nway_reset()
621 struct i40e_pf *pf = np->vsi->back; in i40e_get_pauseparam()
648 struct i40e_pf *pf = np->vsi->back; in i40e_set_pauseparam()
728 struct i40e_pf *pf = np->vsi->back; in i40e_get_msglevel()
736 struct i40e_pf *pf = np->vsi->back; in i40e_set_msglevel()
758 struct i40e_pf *pf = np->vsi->back; in i40e_get_regs()
789 struct i40e_hw *hw = &np->vsi->back->hw; in i40e_get_eeprom()
790 struct i40e_pf *pf = np->vsi->back; in i40e_get_eeprom()
[all …]
Di40e_main.c102 struct i40e_pf *pf = (struct i40e_pf *)hw->back; in i40e_allocate_dma_mem_d()
120 struct i40e_pf *pf = (struct i40e_pf *)hw->back; in i40e_free_dma_mem_d()
280 struct i40e_pf *pf = vsi->back; in i40e_tx_timeout()
538 struct i40e_pf *pf = vsi->back; in i40e_update_eth_stats()
656 struct i40e_pf *pf = vsi->back; in i40e_update_fcoe_stats()
809 struct i40e_pf *pf = vsi->back; in i40e_update_vsi_stats()
1120 struct i40e_pf *pf = vsi->back; in i40e_update_stats()
1249 struct i40e_pf *pf = vsi->back; in i40e_rm_default_mac_filter()
1321 vsi->back->flags |= I40E_FLAG_FILTER_SYNC; in i40e_add_filter()
1375 vsi->back->flags |= I40E_FLAG_FILTER_SYNC; in i40e_del_filter()
[all …]
Di40e_fcoe.c264 struct i40e_pf *pf = np->vsi->back; in i40e_fcoe_ddp_put()
379 struct i40e_pf *pf = vsi->back; in i40e_fcoe_vsi_init()
432 struct i40e_pf *pf = vsi->back; in i40e_fcoe_enable()
461 struct i40e_pf *pf = vsi->back; in i40e_fcoe_disable()
541 struct i40e_pf *pf = vsi->back; in i40e_fcoe_free_ddp_resources()
575 struct i40e_pf *pf = vsi->back; in i40e_fcoe_setup_ddp_resources()
627 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fcoe_handle_status()
698 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fcoe_handle_offload()
827 struct i40e_pf *pf = np->vsi->back; in i40e_fcoe_ddp_setup()
1017 struct i40e_pf *pf = tx_ring->vsi->back; in i40e_fcoe_program_ddp()
[all …]
Di40e_txrx.c199 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_udpv4()
256 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_tcpv4()
348 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_ipv4()
403 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir()
457 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fd_handle_status()
610 struct i40e_pf *pf = tx_ring->vsi->back; in i40e_check_tx_hang()
888 struct i40e_hw *hw = &q_vector->vsi->back->hw; in i40e_update_dynamic_itr()
1207 u64 flags = vsi->back->flags; in i40e_receive_skb()
1322 vsi->back->hw_csum_rx_error++; in i40e_rx_checksum()
1508 i40e_ptp_rx_hwtstamp(vsi->back, skb, (rx_status & in i40e_clean_rx_irq()
[all …]
Di40e_virtchnl_pf.c738 aq_ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_enable_pf_switch_lb()
742 __func__, vsi->back->hw.aq.asq_last_status); in i40e_enable_pf_switch_lb()
773 aq_ret = i40e_aq_update_vsi_params(&vsi->back->hw, &ctxt, NULL); in i40e_disable_pf_switch_lb()
777 __func__, vsi->back->hw.aq.asq_last_status); in i40e_disable_pf_switch_lb()
2021 struct i40e_pf *pf = vsi->back; in i40e_ndo_set_vf_mac()
2090 struct i40e_pf *pf = np->vsi->back; in i40e_ndo_set_vf_port_vlan()
2145 dev_info(&vsi->back->pdev->dev, in i40e_ndo_set_vf_port_vlan()
2163 dev_info(&vsi->back->pdev->dev, in i40e_ndo_set_vf_port_vlan()
2165 vsi->back->hw.aq.asq_last_status); in i40e_ndo_set_vf_port_vlan()
2202 struct i40e_pf *pf = np->vsi->back; in i40e_ndo_set_vf_bw()
[all …]
Di40e_ptp.c243 struct i40e_pf *pf = vsi->back; in i40e_ptp_rx_hang()
287 dev_warn(&vsi->back->pdev->dev, in i40e_ptp_rx_hang()
/drivers/md/bcache/
Dutil.h122 size_t front, back, size, mask; \
128 c = (fifo)->data[iter], iter != (fifo)->back; \
140 (fifo)->front = (fifo)->back = 0; \
173 #define fifo_used(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask)
181 ((fifo)->data[((fifo)->back - 1) & (fifo)->mask])
189 (fifo)->data[(fifo)->back++] = (i); \
190 (fifo)->back &= (fifo)->mask; \
220 --(fifo)->back; \
221 (fifo)->back &= (fifo)->mask; \
222 (i) = (fifo)->data[(fifo)->back] \
[all …]
/drivers/gpu/drm/udl/
Dudl_transfer.c46 const unsigned long *back = (const unsigned long *) bback;
54 prefetch((void *) back);
57 if (back[j] != front[j]) {
64 if (back[k] != front[k]) {
/drivers/isdn/pcbit/
Ddrv.c984 struct msn_entry *ptr, *back; in pcbit_clear_msn() local
988 back = ptr->next; in pcbit_clear_msn()
990 ptr = back; in pcbit_clear_msn()
999 struct msn_entry *back = NULL; in pcbit_set_msn() local
1019 for (back = dev->msn_list; back->next; back = back->next); in pcbit_set_msn()
1054 back->next = ptr; in pcbit_set_msn()
1055 back = ptr; in pcbit_set_msn()
/drivers/staging/octeon/
Dethernet-util.h36 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) in cvm_oct_get_buffer_ptr()
/drivers/tty/hvc/
DKconfig8 It will automatically be selected if one of the back-end console drivers
59 This driver provides a Hypervisor console (HVC) back-end to access
/drivers/w1/slaves/
DKconfig26 bool "Read-back values written to DS2408's output register"
30 Enabling this will cause the driver to read back the values written
/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-light34 it comes back in SI units, it should also include _input else it
104 light sensor. If it comes back in SI units, it should also
/drivers/platform/chrome/
DKconfig36 the memory used to back VGA controller memory.
/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_lowlevel.h39 unsigned int front, unsigned int back);
Dexynos_mipi_dsi_lowlevel.c165 unsigned int front, unsigned int back) in exynos_mipi_dsi_set_main_disp_hporch() argument
172 reg |= DSIM_MAIN_HFP_SHIFT(front) | DSIM_MAIN_HBP_SHIFT(back); in exynos_mipi_dsi_set_main_disp_hporch()
/drivers/net/arcnet/
DKconfig62 acknowledge back to userspace. After the initial protocol byte every
65 back a packet with protocol byte 0 containing the status of the
/drivers/lguest/
DREADME31 - Where we trace back to the creation of the Guest, and thus begin our
/drivers/staging/media/lirc/
DTODO.lirc_zilog26 to bring the chip back to normal when it hangs, in the same places the
/drivers/net/ethernet/intel/igbvf/
Dvf.h240 void *back; member
/drivers/gpu/drm/nouveau/core/subdev/fb/
Dramnv50.c267 int back = (memtype & 0x800); in nv50_ram_get() local
298 if (back) in nv50_ram_get()
/drivers/net/ethernet/intel/ixgbevf/
Dvf.h125 void *back; member
/drivers/net/can/softing/
Dsofting_main.c484 unsigned char back[sizeof(stream)]; in softing_card_boot() local
505 memcpy_fromio(back, &card->dpram[j], sizeof(stream)); in softing_card_boot()
507 if (!memcmp(back, stream, sizeof(stream))) in softing_card_boot()
/drivers/nfc/
DKconfig56 all packets sent from one device is sent back to the other, acting as
/drivers/staging/speakup/
DDefaultKeyAssignments37 InsKeyPad-Enter Shut Up (until toggled back on).

1234