Searched refs:bnx2i_work (Results 1 – 4 of 4) sorted by relevance
1872 struct bnx2i_work *work, *tmp; in bnx2i_percpu_io_thread()1919 struct bnx2i_work *bnx2i_work = NULL; in bnx2i_queue_scsi_cmd_resp() local1949 bnx2i_work = kzalloc(sizeof(struct bnx2i_work), GFP_ATOMIC); in bnx2i_queue_scsi_cmd_resp()1950 if (bnx2i_work) { in bnx2i_queue_scsi_cmd_resp()1951 INIT_LIST_HEAD(&bnx2i_work->list); in bnx2i_queue_scsi_cmd_resp()1952 bnx2i_work->session = session; in bnx2i_queue_scsi_cmd_resp()1953 bnx2i_work->bnx2i_conn = bnx2i_conn; in bnx2i_queue_scsi_cmd_resp()1954 memcpy(&bnx2i_work->cqe, cqe, sizeof(struct cqe)); in bnx2i_queue_scsi_cmd_resp()1955 list_add_tail(&bnx2i_work->list, &p->work_list); in bnx2i_queue_scsi_cmd_resp()
443 struct bnx2i_work *work, *tmp; in bnx2i_percpu_thread_destroy()
770 struct bnx2i_work { struct
1479 struct bnx2i_work *work, *tmp; in bnx2i_conn_destroy()