Home
last modified time | relevance | path

Searched refs:idpf_vec_regs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_vf_dev.c67 struct idpf_vec_regs *reg_vals; in idpf_vf_intr_reg_init()
74 reg_vals = kzalloc_objs(struct idpf_vec_regs, total_vecs); in idpf_vf_intr_reg_init()
90 struct idpf_vec_regs *reg = &reg_vals[vec_id]; in idpf_vf_intr_reg_init()
H A Didpf_dev.c68 struct idpf_vec_regs *reg_vals; in idpf_intr_reg_init()
75 reg_vals = kzalloc_objs(struct idpf_vec_regs, total_vecs); in idpf_intr_reg_init()
91 struct idpf_vec_regs *reg = &reg_vals[vec_id]; in idpf_intr_reg_init()
H A Didpf_virtchnl.h13 struct idpf_vec_regs;
25 struct idpf_vec_regs *reg_vals, int num_vecs);
H A Didpf_txrx.h328 struct idpf_vec_regs { struct
H A Didpf_virtchnl.c908 struct idpf_vec_regs *reg_vals, int num_vecs) in idpf_get_reg_intr_vecs()
911 struct idpf_vec_regs reg_val; in idpf_get_reg_intr_vecs()