ixl_work
struct ixl_work sc_stats_task;
struct ixl_work sc_arq_task;
struct ixl_work sc_link_state_task;
struct ixl_work sc_link_state_done_task;
ixl_work_set(struct ixl_work *work, void (*func)(void *), void *arg)
ixl_work_add(struct workqueue *wq, struct ixl_work *work)
ixl_work_wait(struct workqueue *wq, struct ixl_work *work)
struct ixl_work *work;
work = container_of(wk, struct ixl_work, ixw_cookie);
static void ixl_work_set(struct ixl_work *, void (*)(void *), void *);
static void ixl_work_add(struct workqueue *, struct ixl_work *);
static void ixl_work_wait(struct workqueue *, struct ixl_work *);