Searched defs:listp (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c429 struct list_head *listp; local
466 listp = (struct list_head *)
468 list_del_init(listp);
469 io_req = (struct bnx2fc_cmd *) listp;
499 struct list_head *listp; local
521 listp = (struct list_head *)
523 list_del_init(listp);
524 io_req = (struct bnx2fc_cmd *) listp;

Completed in 55 milliseconds