Lines Matching refs:destid
108 u16 destid, u8 hopcount, u32 offset, int len, in tsi721_maint_dma() argument
125 bd_ptr[0].type_id = cpu_to_le32((DTYPE2 << 29) | (op << 19) | destid); in tsi721_maint_dma()
163 do_wr ? MAINT_WR : MAINT_RD, destid, hopcount, offset); in tsi721_maint_dma()
204 static int tsi721_cread_dma(struct rio_mport *mport, int index, u16 destid, in tsi721_cread_dma() argument
209 return tsi721_maint_dma(priv, mport->sys_size, destid, hopcount, in tsi721_cread_dma()
227 static int tsi721_cwrite_dma(struct rio_mport *mport, int index, u16 destid, in tsi721_cwrite_dma() argument
233 return tsi721_maint_dma(priv, mport->sys_size, destid, hopcount, in tsi721_cwrite_dma()
349 u16 destid, u16 data) in tsi721_dsend() argument
355 (destid << 2); in tsi721_dsend()
358 "Send Doorbell 0x%04x to destID 0x%x\n", data, destid); in tsi721_dsend()
1322 desc[tx_slot].type_id = cpu_to_le32((DTYPE4 << 29) | rdev->destid); in tsi721_add_outb_message()