| 262 | } |
| 263 | |
| 264 | struct ionic_doorbell * |
| 265 | ionic_db_map(struct ionic_lif *lif, struct ionic_queue *q) |
| 266 | { |
| 267 | return lif->kern_dbpage + q->hw_type; |
| 268 | } |
| 269 | |
| 270 | void |
| 271 | ionic_intr_init(struct ionic_dev *idev, struct ionic_intr_info *intr, |
no outgoing calls
no test coverage detected