Home
last modified time | relevance | path

Searched defs:vptr (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-velocity.c86 static void velocity_set_power_state(struct velocity_info *vptr, char state) in velocity_set_power_state()
504 static void velocity_init_cam_filter(struct velocity_info *vptr) in velocity_init_cam_filter()
532 struct velocity_info *vptr = netdev_priv(dev); in velocity_vlan_rx_add_vid() local
544 struct velocity_info *vptr = netdev_priv(dev); in velocity_vlan_rx_kill_vid() local
553 static void velocity_init_rx_ring_indexes(struct velocity_info *vptr) in velocity_init_rx_ring_indexes()
565 static void velocity_rx_reset(struct velocity_info *vptr) in velocity_rx_reset()
593 static u32 velocity_get_opt_media_mode(struct velocity_info *vptr) in velocity_get_opt_media_mode()
794 static void set_mii_flow_control(struct velocity_info *vptr) in set_mii_flow_control()
828 static void mii_set_auto_on(struct velocity_info *vptr) in mii_set_auto_on()
879 static int velocity_set_media_mode(struct velocity_info *vptr, u32 mii_status) in velocity_set_media_mode()
[all …]
H A Dvia-velocity.h1380 #define GET_RD_BY_IDX(vptr, idx) (vptr->rd_ring[idx]) argument
1459 static inline int velocity_get_ip(struct velocity_info *vptr) in velocity_get_ip()
1489 static inline void velocity_update_hw_mibs(struct velocity_info *vptr) in velocity_update_hw_mibs()
1511 static inline void init_flow_control_register(struct velocity_info *vptr) in init_flow_control_register()
/openbmc/ipmitool/lib/
H A Dlog.c58 va_list vptr; in lprintf() local
80 va_list vptr; in lperror() local
/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm.c340 void *vptr; in load_and_flush() local
410 void *vptr; in hmm_store() local
483 void *vptr; in hmm_set() local
/openbmc/u-boot/lib/
H A Dcrc8.c23 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8()
/openbmc/u-boot/net/
H A Dchecksum.c13 unsigned compute_ip_checksum(const void *vptr, unsigned nbytes) in compute_ip_checksum()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/interface/
H A Dia_css_rmgr_vbuf.h28 ia_css_ptr vptr; member
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c220 static void clear_vertical_b(void *vptr, size_t off, size_t len) in clear_vertical_b()
227 static void clear_vertical_h(void *vptr, size_t off, size_t len) in clear_vertical_h()
234 static void clear_vertical_s(void *vptr, size_t off, size_t len) in clear_vertical_s()
241 static void clear_vertical_d(void *vptr, size_t off, size_t len) in clear_vertical_d()
248 static void clear_vertical_q(void *vptr, size_t off, size_t len) in clear_vertical_q()
/openbmc/linux/fs/ecryptfs/
H A Dmain.c650 inode_info_init_once(void *vptr) in inode_info_init_once()
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Drequest_manager.h53 u8 *vptr; member
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_reqmgr.h94 u8 *vptr; member
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h66 u8 *vptr; member
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_host.c267 int __user *vptr = uptr; in vmci_host_get_version() local
/openbmc/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c770 uint64_t *vptr = (typeof(vptr))vm_gpa2hva(data, gptr, NULL); in test_memslot_rw_loop() local
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-blackbird.c409 int *vptr = va_arg(vargs, int *); in blackbird_api_cmd() local
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-417.c845 int *vptr = va_arg(vargs, int *); in cx23885_api_cmd() local
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c808 int *vptr = va_arg(vargs, int *); in cx231xx_api_cmd() local
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1329 void *vptr; in qat_uclo_simg_alloc() local
/openbmc/qemu/linux-user/
H A Dsyscall.c3661 static abi_long do_socketcall(int num, abi_ulong vptr) in do_socketcall()