Searched refs:ioc_dev (Results 1 – 4 of 4) sorted by relevance
1200 struct ioc_dev *ioc = (struct ioc_dev *) arg; in ioc_core_thread()1242 struct ioc_dev *ioc = (struct ioc_dev *) arg; in ioc_rx_thread()1293 struct ioc_dev *ioc = (struct ioc_dev *) arg; in ioc_tx_thread()1404 struct ioc_dev *ioc = arg; in vm_stop_handler()1421 struct ioc_dev *ioc = arg; in vm_suspend_handler()1438 struct ioc_dev *ioc = arg; in vm_resume_handler()1519 struct ioc_dev *ioc; in ioc_init()1530 ioc = (struct ioc_dev *)calloc(1, sizeof(struct ioc_dev)); in ioc_init()1666 ctx->ioc_dev = ioc; in ioc_init()1696 struct ioc_dev *ioc = ctx->ioc_dev; in ioc_deinit()[all …]
118 cbc_unpack_link(struct ioc_dev *ioc) in cbc_unpack_link()
768 struct ioc_dev *ioc; /* IOC device */782 struct ioc_dev { struct822 int32_t (*handler)(struct ioc_dev *ioc); argument838 void ioc_build_request(struct ioc_dev *ioc, int32_t link_len, int32_t srv_len);851 void cbc_unpack_link(struct ioc_dev *ioc);
65 void *ioc_dev; member
Completed in 13 milliseconds