| 209 | } |
| 210 | |
| 211 | static inline dma_addr_t qm_fd_addr(const struct qm_fd *fd) |
| 212 | { |
| 213 | return (dma_addr_t)fd->addr; |
| 214 | } |
| 215 | |
| 216 | /* Macro, so we compile better if 'v' isn't always 64-bit */ |
| 217 | #define qm_fd_addr_set64(fd, v) \ |
no outgoing calls
no test coverage detected