Searched refs:epc (Results 1 – 8 of 8) sorted by relevance
/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 852 static inline void print_addr(struct c4iw_ep_common *epc, const char *func, in print_addr() argument 862 switch (epc->local_addr.ss_family) { in print_addr() 865 func, msg, SINA(&epc->local_addr), in print_addr() 866 SINP(&epc->local_addr), in print_addr() 867 SINP(&epc->mapped_local_addr), in print_addr() 868 SINA(&epc->remote_addr), in print_addr() 869 SINP(&epc->remote_addr), in print_addr() 870 SINP(&epc->mapped_remote_addr)); in print_addr() 874 func, msg, SIN6A(&epc->local_addr), in print_addr() 875 SIN6P(&epc->local_addr), in print_addr() [all …]
|
D | cm.c | 254 static enum c4iw_ep_state state_read(struct c4iw_ep_common *epc) in state_read() argument 258 mutex_lock(&epc->mutex); in state_read() 259 state = epc->state; in state_read() 260 mutex_unlock(&epc->mutex); in state_read() 264 static void __state_set(struct c4iw_ep_common *epc, enum c4iw_ep_state new) in __state_set() argument 266 epc->state = new; in __state_set() 269 static void state_set(struct c4iw_ep_common *epc, enum c4iw_ep_state new) in state_set() argument 271 mutex_lock(&epc->mutex); in state_set() 272 PDBG("%s - %s -> %s\n", __func__, states[epc->state], states[new]); in state_set() 273 __state_set(epc, new); in state_set() [all …]
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 239 static enum iwch_ep_state state_read(struct iwch_ep_common *epc) in state_read() argument 244 spin_lock_irqsave(&epc->lock, flags); in state_read() 245 state = epc->state; in state_read() 246 spin_unlock_irqrestore(&epc->lock, flags); in state_read() 250 static void __state_set(struct iwch_ep_common *epc, enum iwch_ep_state new) in __state_set() argument 252 epc->state = new; in __state_set() 255 static void state_set(struct iwch_ep_common *epc, enum iwch_ep_state new) in state_set() argument 259 spin_lock_irqsave(&epc->lock, flags); in state_set() 260 PDBG("%s - %s -> %s\n", __func__, states[epc->state], states[new]); in state_set() 261 __state_set(epc, new); in state_set() [all …]
|
/drivers/scsi/ |
D | gvp11.c | 293 unsigned int epc; in gvp11_probe() local 354 epc = *(unsigned short *)(ZTWO_VADDR(address) + 0x8000); in gvp11_probe() 356 (epc & GVP_SCSICLKMASK) ? WD33C93_FS_8_10 in gvp11_probe()
|
/drivers/isdn/hardware/eicon/ |
D | mi_pc.h | 73 dword epc; member
|
D | io.c | 171 READ_DWORD(&xcept->epc), READ_DWORD(&xcept->vaddr))) in dump_trap_frame()
|
/drivers/dma/ |
D | imx-sdma.c | 180 u32 epc :14; member
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | dhd_sdio.c | 336 __le32 epc; member 3030 le32_to_cpu(tr.type), le32_to_cpu(tr.epc), in brcmf_sdio_trap_info()
|