Home
last modified time | relevance | path

Searched defs:ind (Results 1 – 16 of 16) sorted by relevance

/drivers/staging/epl/
DEplObdMacro.h93 #define EPL_OBD_BEGIN_INDEX_RAM(ind,cnt,call) argument
94 #define EPL_OBD_END_INDEX(ind) argument
95 #define EPL_OBD_RAM_INDEX_RAM_ARRAY(ind,cnt,call,typ,acc,dtyp,name,def) static tEplObdUnsi… argument
97 #define EPL_OBD_RAM_INDEX_RAM_VARARRAY(ind,cnt,call,typ,acc,dtyp,name,def) static tEplObdUnsi… argument
99 #define EPL_OBD_RAM_INDEX_RAM_VARARRAY_NOINIT(ind,cnt,call,typ,acc,dtyp,name) static tEplObdUnsi… argument
102 #define EPL_OBD_SUBINDEX_RAM_VAR(ind,sub,typ,acc,dtyp,name,val) static dtyp xDef#… argument
103 #define EPL_OBD_SUBINDEX_RAM_VAR_RG(ind,sub,typ,acc,dtyp,name,val,low,high) static dtyp xDef#… argument
104 #define EPL_OBD_SUBINDEX_RAM_VAR_NOINIT(ind,sub,typ,acc,dtyp,name) argument
105 #define EPL_OBD_SUBINDEX_RAM_VSTRING(ind,sub,acc,name,size,val) static char MEM sz… argument
108 #define EPL_OBD_SUBINDEX_RAM_OSTRING(ind,sub,acc,name,size) static BYTE MEM b… argument
[all …]
/drivers/s390/cio/
Dqdio_thinint.c40 u32 ind; /* u32 because of compare-and-swap performance */ member
239 static void tiqdio_thinint_handler(void *ind, void *drv_data) in tiqdio_thinint_handler()
Dairq.c94 void s390_unregister_adapter_interrupt(void *ind, u8 isc) in s390_unregister_adapter_interrupt()
/drivers/infiniband/hw/mthca/
Dmthca_srq.c478 int ind; in mthca_free_srq_wqe() local
502 int ind; in mthca_tavor_post_srq_recv() local
601 int ind; in mthca_arbel_post_srq_recv() local
Dmthca_mr.c388 static inline u32 tavor_hw_index_to_key(u32 ind) in tavor_hw_index_to_key()
398 static inline u32 arbel_hw_index_to_key(u32 ind) in arbel_hw_index_to_key()
408 static inline u32 hw_index_to_key(struct mthca_dev *dev, u32 ind) in hw_index_to_key()
Dmthca_qp.c1484 int ind, struct ib_send_wr *wr, in build_mlx_header()
1628 int ind; in mthca_tavor_post_send() local
1828 int ind; in mthca_tavor_post_receive() local
1943 int ind; in mthca_arbel_post_send() local
2169 int ind; in mthca_arbel_post_receive() local
/drivers/infiniband/hw/mlx4/
Dqp.c133 int ind; in stamp_send_wqe() local
196 static inline unsigned pad_wraparound(struct mlx4_ib_qp *qp, int ind) in pad_wraparound()
1514 unsigned ind; in mlx4_ib_post_send() local
1740 int ind; in mlx4_ib_post_recv() local
/drivers/isdn/hardware/eicon/
Dum_xdi.h51 diva_um_idi_ind_parameters_t ind; member
Dum_idi.c677 static int process_idi_ind(divas_um_idi_entity_t * e, byte ind) in process_idi_ind()
/drivers/infiniband/hw/amso1100/
Dc2_provider.c655 struct in_device *ind; in c2_pseudo_up() local
680 struct in_device *ind; in c2_pseudo_down() local
Dc2_provider.h165 struct in_device *ind; in is_rnic_addr() local
/drivers/s390/crypto/
Dap_bus.c199 ap_queue_interruption_control(ap_qid_t qid, void *ind) in ap_queue_interruption_control()
223 static int ap_queue_enable_interruption(ap_qid_t qid, void *ind) in ap_queue_enable_interruption()
/drivers/pci/hotplug/
Dacpiphp_ibm.c146 int ind = 0, size; in ibm_slot_from_id() local
/drivers/net/mlx4/
Dmr.c242 static u32 hw_index_to_key(u32 ind) in hw_index_to_key()
/drivers/net/wireless/iwlwifi/
Diwl-core.c149 u8 ind = ant; in iwl_toggle_tx_ant() local
/drivers/media/video/usbvideo/
Dusbvideo.h117 #define RING_QUEUE_ADVANCE_INDEX(rq,ind,n) (rq)->ind = ((rq)->ind + (n)) & ((rq)->length-1) argument