siw_cm_work
struct siw_cm_work *work;
work = container_of(w, struct siw_cm_work, work.work);
struct siw_cm_work *work = siw_get_work(cep);
struct siw_cm_work *work;
work = list_entry(w, struct siw_cm_work, list);
static void siw_put_work(struct siw_cm_work *work)
static struct siw_cm_work *siw_get_work(struct siw_cep *cep)
struct siw_cm_work *work = NULL;
work = list_entry(cep->work_freelist.next, struct siw_cm_work,
struct siw_cm_work *work;
struct siw_cm_work *mpa_timer;