/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 231 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 …]
|
D | i40e_main.c | 102 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 …]
|
D | i40e_fcoe.c | 264 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 …]
|
D | i40e_txrx.c | 199 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 …]
|
D | i40e_virtchnl_pf.c | 738 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 …]
|
D | i40e_ptp.c | 243 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/ |
D | util.h | 122 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/ |
D | udl_transfer.c | 46 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/ |
D | drv.c | 984 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/ |
D | ethernet-util.h | 36 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) in cvm_oct_get_buffer_ptr()
|
/drivers/tty/hvc/ |
D | Kconfig | 8 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/ |
D | Kconfig | 26 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/ |
D | sysfs-bus-iio-light | 34 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/ |
D | Kconfig | 36 the memory used to back VGA controller memory.
|
/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi_lowlevel.h | 39 unsigned int front, unsigned int back);
|
D | exynos_mipi_dsi_lowlevel.c | 165 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/ |
D | Kconfig | 62 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/ |
D | README | 31 - Where we trace back to the creation of the Guest, and thus begin our
|
/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 26 to bring the chip back to normal when it hangs, in the same places the
|
/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 240 void *back; member
|
/drivers/gpu/drm/nouveau/core/subdev/fb/ |
D | ramnv50.c | 267 int back = (memtype & 0x800); in nv50_ram_get() local 298 if (back) in nv50_ram_get()
|
/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 125 void *back; member
|
/drivers/net/can/softing/ |
D | softing_main.c | 484 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/ |
D | Kconfig | 56 all packets sent from one device is sent back to the other, acting as
|
/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 37 InsKeyPad-Enter Shut Up (until toggled back on).
|