Searched refs:dmsg (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/powerpc/sysdev/ |
D | fsl_rio.c | 975 u32 dmsg = in fsl_rio_dbell_handler() local 983 DBELL_SID(dmsg), DBELL_TID(dmsg), DBELL_INF(dmsg)); in fsl_rio_dbell_handler() 986 if ((dbell->res->start <= DBELL_INF(dmsg)) && in fsl_rio_dbell_handler() 987 (dbell->res->end >= DBELL_INF(dmsg))) { in fsl_rio_dbell_handler() 993 dbell->dinb(port, dbell->dev_id, DBELL_SID(dmsg), DBELL_TID(dmsg), in fsl_rio_dbell_handler() 994 DBELL_INF(dmsg)); in fsl_rio_dbell_handler() 998 DBELL_SID(dmsg), DBELL_TID(dmsg), DBELL_INF(dmsg)); in fsl_rio_dbell_handler()
|
/linux-2.6.39/drivers/scsi/be2iscsi/ |
D | be_main.h | 640 u8 dmsg; /* DWORD 0 */ member 746 u8 dmsg; /* DWORD 0 */ member
|
D | be_main.c | 1853 struct dmsg_cqe *dmsg; in beiscsi_process_cq() local 1891 dmsg = (struct dmsg_cqe *)sol; in beiscsi_process_cq() 4017 AMAP_SET_BITS(struct amap_iscsi_wrb, dmsg, pwrb, 0); in beiscsi_mtask() 4025 AMAP_SET_BITS(struct amap_iscsi_wrb, dmsg, pwrb, 0); in beiscsi_mtask() 4027 AMAP_SET_BITS(struct amap_iscsi_wrb, dmsg, pwrb, 1); in beiscsi_mtask() 4033 AMAP_SET_BITS(struct amap_iscsi_wrb, dmsg, pwrb, 0); in beiscsi_mtask() 4039 AMAP_SET_BITS(struct amap_iscsi_wrb, dmsg, pwrb, 0); in beiscsi_mtask() 4043 AMAP_SET_BITS(struct amap_iscsi_wrb, dmsg, pwrb, 0); in beiscsi_mtask()
|