Searched defs:enic (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_pp.c | 23 int enic_is_valid_pp_vf(struct enic *enic, int vf, int *err) in enic_is_valid_pp_vf() 54 static int enic_set_port_profile(struct enic *enic, int vf) in enic_set_port_profile() 130 static int enic_unset_port_profile(struct enic *enic, int vf) in enic_unset_port_profile() 174 static int enic_pp_preassociate(struct enic *enic, int vf, in enic_pp_preassociate() 180 static int enic_pp_disassociate(struct enic *enic, int vf, in enic_pp_disassociate() 202 static int enic_pp_preassociate_rr(struct enic *enic, int vf, in enic_pp_preassociate_rr() 241 static int enic_pp_associate(struct enic *enic, int vf, in enic_pp_associate() 289 int enic_process_set_pp_request(struct enic *enic, int vf, in enic_process_set_pp_request() 306 int enic_process_get_pp_request(struct enic *enic, int vf, in enic_process_get_pp_request()
|
| H A D | enic_clsf.c | 21 int enic_addfltr_5t(struct enic *enic, struct flow_keys *keys, u16 rq) in enic_addfltr_5t() 59 int enic_delfltr(struct enic *enic, u16 filter_id) in enic_delfltr() 73 void enic_rfs_flw_tbl_init(struct enic *enic) in enic_rfs_flw_tbl_init() 85 void enic_rfs_flw_tbl_free(struct enic *enic) in enic_rfs_flw_tbl_free() 107 struct enic_rfs_fltr_node *htbl_fltr_search(struct enic *enic, u16 fltr_id) in htbl_fltr_search() 128 struct enic *enic = timer_container_of(enic, t, rfs_h.rfs_may_expire); in enic_flow_may_expire() local 176 struct enic *enic; in enic_rx_flow_steer() local
|
| H A D | enic_clsf.h | 21 static inline void enic_rfs_timer_start(struct enic *enic) in enic_rfs_timer_start() 27 static inline void enic_rfs_timer_stop(struct enic *enic) in enic_rfs_timer_stop() 32 static inline void enic_rfs_timer_start(struct enic *enic) {} in enic_rfs_timer_start() 33 static inline void enic_rfs_timer_stop(struct enic *enic) {} in enic_rfs_timer_stop()
|
| H A D | enic_wq.c | 43 struct enic *enic = vnic_dev_priv(wq->vdev); in enic_free_wq_buf() local 59 struct enic *enic = vnic_dev_priv(wq->vdev); in enic_wq_free_buf() local 69 struct enic *enic = vnic_dev_priv(vdev); in enic_wq_service() local 86 unsigned int enic_wq_cq_service(struct enic *enic, unsigned int cq_index, in enic_wq_cq_service()
|
| H A D | enic_rq.c | 104 struct enic *enic = vnic_dev_priv(vrq->vdev); in enic_rq_set_skb_flags() local 255 struct enic *enic = vnic_dev_priv(vrq->vdev); in enic_rq_pkt_error() local 272 struct enic *enic = vnic_dev_priv(rq->vdev); in enic_rq_alloc_buf() local 306 struct enic *enic = vnic_dev_priv(rq->vdev); in enic_free_rq_buf() local 316 static void enic_rq_indicate_buf(struct enic *enic, struct vnic_rq *rq, in enic_rq_indicate_buf() 387 static void enic_rq_service(struct enic *enic, void *cq_desc, u8 type, in enic_rq_service() 411 unsigned int enic_rq_cq_service(struct enic *enic, unsigned int cq_index, in enic_rq_cq_service()
|
| H A D | enic_pp.h | 7 #define ENIC_PP_BY_INDEX(enic, vf, pp, err) \ argument
|
| H A D | enic_dev.h | 14 #define ENIC_DEVCMD_PROXY_BY_INDEX(vf, err, enic, vnicdevcmdfn, ...) \ argument
|
| H A D | enic_api.c | 18 struct enic *enic = netdev_priv(netdev); in enic_api_devcmd_proxy_by_index() local
|
| H A D | enic_res.h | 31 #define ENIC_SETTING(enic, f) ((enic->config.flags & VENETF_##f) ? 1 : 0) argument
|