Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c73 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio()
78 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
119 static int addreq(const struct l2t_entry *e, const u32 *addr) in addreq()
127 static void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace()
139 static int write_l2e(struct adapter *adap, struct l2t_entry *e, int sync) in write_l2e()
173 static void send_pending(struct adapter *adap, struct l2t_entry *e) in send_pending()
203 struct l2t_entry *e = &adap->l2t->l2tab[idx]; in do_l2t_write_rpl() local
219 static inline void arpq_enqueue(struct l2t_entry *e, struct sk_buff *skb) in arpq_enqueue()
230 struct l2t_entry *e) in cxgb4_l2t_send()
272 struct l2t_entry *end, *e, **p; in alloc_l2e() local
[all …]
/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c63 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio()
74 static inline void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace()
88 struct l2t_entry *e) in setup_l2e_send_pending()
123 static inline void arpq_enqueue(struct l2t_entry *e, struct sk_buff *skb) in arpq_enqueue()
129 struct l2t_entry *e) in t3_l2t_send_slow()
178 void t3_l2t_send_event(struct t3cdev *dev, struct l2t_entry *e) in t3_l2t_send_event()
220 struct l2t_entry *end, *e, **p; in alloc_l2e() local
263 void t3_l2e_free(struct l2t_data *d, struct l2t_entry *e) in t3_l2e_free()
282 static inline void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry()
304 struct l2t_entry *e = NULL; in t3_l2t_get() local
[all …]
Dcxgb3_defs.h80 union listen_entry *e; in lookup_stid() local
99 union active_open_entry *e; in lookup_atid() local
Dl2t.h123 struct l2t_entry *e) in l2t_send()
130 static inline void l2t_release(struct t3cdev *t, struct l2t_entry *e) in l2t_release()
143 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold()
/drivers/mtd/ubi/
Dwl.c190 static void wl_tree_add(struct ubi_wl_entry *e, struct rb_root *root) in wl_tree_add()
300 static int in_wl_tree(struct ubi_wl_entry *e, struct rb_root *root) in in_wl_tree()
341 static void prot_queue_add(struct ubi_device *ubi, struct ubi_wl_entry *e) in prot_queue_add()
365 struct ubi_wl_entry *e, *prev_e = NULL; in find_wl_entry() local
407 struct ubi_wl_entry *e, *first, *last; in find_mean_wl_entry() local
438 struct ubi_wl_entry *e, *victim = NULL; in find_anchor_wl_entry() local
454 struct ubi_wl_entry *e; in anchor_pebs_avalible() local
474 struct ubi_wl_entry *e = NULL; in ubi_wl_get_fm_peb() local
508 struct ubi_wl_entry *e; in __wl_get_peb() local
558 struct ubi_wl_entry *e; in return_unused_pool_pebs() local
[all …]
/drivers/isdn/hardware/eicon/
Dum_idi.c172 divas_um_idi_entity_t *e; in cleanup_adapter() local
189 static void cleanup_entity(divas_um_idi_entity_t *e) in cleanup_entity()
210 divas_um_idi_entity_t *e; in divas_um_idi_create_entity() local
274 divas_um_idi_entity_t *e; in divas_um_idi_delete_entity() local
306 divas_um_idi_entity_t *e; in diva_um_idi_read() local
386 divas_um_idi_entity_t *e; in diva_um_idi_write() local
493 divas_um_idi_entity_t *e = DIVAS_CONTAINING_RECORD(entity, in diva_um_idi_xdi_callback() local
532 static int process_idi_request(divas_um_idi_entity_t *e, in process_idi_request()
624 static int process_idi_rc(divas_um_idi_entity_t *e, byte rc) in process_idi_rc()
677 static int process_idi_ind(divas_um_idi_entity_t *e, byte ind) in process_idi_ind()
[all …]
Dio.c203 void request(PISDN_ADAPTER IoAdapter, ENTITY *e) in request()
502 pcm_req(PISDN_ADAPTER IoAdapter, ENTITY *e) in pcm_req()
618 void mem_look_ahead(ADAPTER *a, PBUFFER *RBuffer, ENTITY *e) in mem_look_ahead()
701 void io_look_ahead(ADAPTER *a, PBUFFER *RBuffer, ENTITY *e) in io_look_ahead()
836 void *PTR_X(ADAPTER *a, ENTITY *e) in PTR_X()
840 void *PTR_R(ADAPTER *a, ENTITY *e) in PTR_R()
844 void *PTR_P(ADAPTER *a, ENTITY *e, void *P) in PTR_P()
848 void CALLBACK(ADAPTER *a, ENTITY *e) in CALLBACK()
/drivers/md/
Ddm-cache-policy-mq.c271 struct entry *e; in alloc_entry() local
289 struct entry *e = ep->entries + from_cblock(cblock); in alloc_particular_entry() local
298 static void free_entry(struct entry_pool *ep, struct entry *e) in free_entry()
311 struct entry *e = ep->entries + from_cblock(cblock); in epool_find() local
320 static bool in_pool(struct entry_pool *ep, struct entry *e) in in_pool()
325 static dm_cblock_t infer_cblock(struct entry_pool *ep, struct entry *e) in infer_cblock()
416 static void hash_insert(struct mq_policy *mq, struct entry *e) in hash_insert()
427 struct entry *e; in hash_lookup() local
439 static void hash_remove(struct entry *e) in hash_remove()
467 static unsigned queue_level(struct entry *e) in queue_level()
[all …]
Ddm-cache-policy-cleaner.c127 struct wb_cache_entry *e; in alloc_cache_entry() local
159 static void insert_cache_hash_entry(struct policy *p, struct wb_cache_entry *e) in insert_cache_hash_entry()
166 static void remove_cache_hash_entry(struct wb_cache_entry *e) in remove_cache_hash_entry()
177 struct wb_cache_entry *e; in wb_map() local
204 struct wb_cache_entry *e; in wb_lookup() local
226 struct wb_cache_entry *e; in __set_clear_dirty() local
266 static void add_cache_entry(struct policy *p, struct wb_cache_entry *e) in add_cache_entry()
281 struct wb_cache_entry *e = alloc_cache_entry(p); in wb_load_mapping() local
319 struct wb_cache_entry *e; in wb_remove_mapping() local
334 struct wb_cache_entry *e; in wb_force_mapping() local
[all …]
Ddm-exception-store.h146 static inline unsigned dm_consecutive_chunk_count(struct dm_exception *e) in dm_consecutive_chunk_count()
151 static inline void dm_consecutive_chunk_count_inc(struct dm_exception *e) in dm_consecutive_chunk_count_inc()
158 static inline void dm_consecutive_chunk_count_dec(struct dm_exception *e) in dm_consecutive_chunk_count_dec()
173 static inline unsigned dm_consecutive_chunk_count(struct dm_exception *e) in dm_consecutive_chunk_count()
178 static inline void dm_consecutive_chunk_count_inc(struct dm_exception *e) in dm_consecutive_chunk_count_inc()
182 static inline void dm_consecutive_chunk_count_dec(struct dm_exception *e) in dm_consecutive_chunk_count_dec()
Ddm-snap.c172 struct dm_exception e; member
637 static void dm_remove_exception(struct dm_exception *e) in dm_remove_exception()
650 struct dm_exception *e; in dm_lookup_exception() local
663 struct dm_exception *e; in alloc_completed_exception() local
672 static void free_completed_exception(struct dm_exception *e) in free_completed_exception()
701 struct dm_exception *e = NULL; in dm_insert_exception() local
746 struct dm_exception *e; in dm_add_exception() local
852 struct dm_exception *e; in __remove_single_exception_chunk() local
1434 struct dm_exception *e; in pending_complete() local
1603 struct dm_exception *e = dm_lookup_exception(&s->pending, chunk); in __lookup_pending_exception() local
[all …]
/drivers/gpu/drm/nouveau/core/subdev/fb/
Dpriv.h6 #define nouveau_ram_create(p,e,o,d) \ argument
15 #define nouveau_ram_create_(p,e,o,s,d) \ argument
42 #define nouveau_fb_create(p,e,c,d) \ argument
/drivers/gpu/drm/i915/
Di915_gpu_error.c80 static bool __i915_error_ok(struct drm_i915_error_state_buf *e) in __i915_error_ok()
94 static bool __i915_error_seek(struct drm_i915_error_state_buf *e, in __i915_error_seek()
111 static void __i915_error_advance(struct drm_i915_error_state_buf *e, in __i915_error_advance()
137 static void i915_error_vprintf(struct drm_i915_error_state_buf *e, in i915_error_vprintf()
164 static void i915_error_puts(struct drm_i915_error_state_buf *e, in i915_error_puts()
187 #define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__) argument
188 #define err_puts(e, s) i915_error_puts(e, s) argument
303 void i915_error_printf(struct drm_i915_error_state_buf *e, const char *f, ...) in i915_error_printf()
/drivers/net/wireless/b43legacy/
Ddebugfs.c352 struct b43legacy_dfsentry *e = dev->dfsentry; in b43legacy_remove_dynamic_debug() local
361 struct b43legacy_dfsentry *e = dev->dfsentry; in b43legacy_add_dynamic_debug() local
383 struct b43legacy_dfsentry *e; in b43legacy_debugfs_add_device() local
448 struct b43legacy_dfsentry *e; in b43legacy_debugfs_remove_device() local
471 struct b43legacy_dfsentry *e = dev->dfsentry; in b43legacy_debugfs_log_txstat() local
/drivers/nubus/
Dproc.c76 struct proc_dir_entry* e; in nubus_proc_subdir() local
98 struct proc_dir_entry* e; in nubus_proc_populate() local
119 struct proc_dir_entry *e; in nubus_proc_attach_device() local
/drivers/ssb/
Ddriver_chipcommon_pmu.c77 const struct pmu0_plltab_entry *e; in pmu0_plltab_find_entry() local
94 const struct pmu0_plltab_entry *e = NULL; in ssb_pmu0_pllinit_r0() local
208 const struct pmu1_plltab_entry *e; in pmu1_plltab_find_entry() local
225 const struct pmu1_plltab_entry *e = NULL; in ssb_pmu1_pllinit_r0() local
622 const struct pmu0_plltab_entry *e = NULL; in ssb_pmu_get_alp_clock_clk0() local
/drivers/iommu/
Domap-iommu.c190 void omap_iotlb_cr_to_e(struct cr_regs *cr, struct iotlb_entry *e) in omap_iotlb_cr_to_e()
207 struct iotlb_entry *e) in iotlb_alloc_cr()
220 static u32 get_iopte_attr(struct iotlb_entry *e) in get_iopte_attr()
298 static int load_iotlb_entry(struct omap_iommu *obj, struct iotlb_entry *e) in load_iotlb_entry()
357 static int load_iotlb_entry(struct omap_iommu *obj, struct iotlb_entry *e) in load_iotlb_entry()
364 static int prefetch_iotlb_entry(struct omap_iommu *obj, struct iotlb_entry *e) in prefetch_iotlb_entry()
641 iopgtable_store_entry_core(struct omap_iommu *obj, struct iotlb_entry *e) in iopgtable_store_entry_core()
683 int omap_iopgtable_store_entry(struct omap_iommu *obj, struct iotlb_entry *e) in omap_iopgtable_store_entry()
1022 static u32 iotlb_init_entry(struct iotlb_entry *e, u32 da, u32 pa, int pgsz) in iotlb_init_entry()
1044 struct iotlb_entry e; in omap_iommu_map() local
Domap-iommu2.c175 struct iotlb_entry *e) in omap2_alloc_cr()
200 static u32 omap2_get_pte_attr(struct iotlb_entry *e) in omap2_get_pte_attr()
288 static void omap2_cr_to_e(struct cr_regs *cr, struct iotlb_entry *e) in omap2_cr_to_e()
/drivers/gpu/drm/
Ddrm_fops.c282 struct drm_pending_event *e, *et; in drm_events_release() local
486 struct drm_pending_event *e; in drm_dequeue_event() local
514 struct drm_pending_event *e; in drm_read() local
/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.h56 #define I40E_RX_PROG_FCOE_ERROR_TBL_FULL(e) \ argument
59 #define I40E_RX_PROG_FCOE_ERROR_CONFLICT(e) \ argument
67 #define I40E_RX_PROG_FCOE_ERROR_INVLFAIL(e) \ argument
/drivers/block/drbd/
Ddrbd_actlog.c462 struct lc_element *e; in al_write_transaction() local
653 struct lc_element *e; in update_rs_extent() local
888 struct lc_element *e; in _bme_get() local
1000 struct lc_element *e; in drbd_try_rs_begin_io() local
1121 struct lc_element *e; in drbd_rs_complete_io() local
1179 struct lc_element *e; in drbd_rs_del_all() local
/drivers/staging/gdm72xx/
Dgdm_wimax.c87 static inline void free_event_entry(struct evt_entry *e) in free_event_entry()
94 struct evt_entry *e; in get_event_entry() local
106 static void put_event_entry(struct evt_entry *e) in put_event_entry()
131 struct evt_entry *e; in __gdm_wimax_event_send() local
176 struct evt_entry *e, *temp; in gdm_wimax_event_exit() local
198 struct evt_entry *e; in gdm_wimax_event_send() local
/drivers/gpu/drm/nouveau/core/subdev/instmem/
Dpriv.h15 #define nouveau_instobj_create(p,e,o,d) \ argument
37 #define nouveau_instmem_create(p,e,o,d) \ argument
/drivers/gpu/drm/nouveau/core/include/engine/
Dsoftware.h14 #define nouveau_software_context_create(p,e,c,d) \ argument
31 #define nouveau_software_create(p,e,c,d) \ argument
Dmpeg.h11 #define nouveau_mpeg_context_create(p,e,c,g,s,a,f,d) \ argument
30 #define nouveau_mpeg_create(p,e,c,d) \ argument

12345678910>>...13