Searched refs:listp (Results 1 – 1 of 1) sorted by relevance
400 struct list_head *listp; in bnx2fc_elstm_alloc() local437 listp = (struct list_head *) in bnx2fc_elstm_alloc()439 list_del_init(listp); in bnx2fc_elstm_alloc()440 io_req = (struct bnx2fc_cmd *) listp; in bnx2fc_elstm_alloc()470 struct list_head *listp; in bnx2fc_cmd_alloc() local491 listp = (struct list_head *) in bnx2fc_cmd_alloc()493 list_del_init(listp); in bnx2fc_cmd_alloc()494 io_req = (struct bnx2fc_cmd *) listp; in bnx2fc_cmd_alloc()
Completed in 7 milliseconds