Home
last modified time | relevance | path

Searched refs:qedi_portid_tbl (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qedi/
A Dqedi_gbl.h66 int qedi_alloc_id(struct qedi_portid_tbl *id_tbl, u16 id);
67 u16 qedi_alloc_new_id(struct qedi_portid_tbl *id_tbl);
68 void qedi_free_id(struct qedi_portid_tbl *id_tbl, u16 id);
A Dqedi.h205 struct qedi_portid_tbl { struct
317 struct qedi_portid_tbl lcl_port_tbl;
A Dqedi_main.c533 static int qedi_init_id_tbl(struct qedi_portid_tbl *id_tbl, u16 size, in qedi_init_id_tbl()
547 static void qedi_free_id_tbl(struct qedi_portid_tbl *id_tbl) in qedi_free_id_tbl()
553 int qedi_alloc_id(struct qedi_portid_tbl *id_tbl, u16 id) in qedi_alloc_id()
570 u16 qedi_alloc_new_id(struct qedi_portid_tbl *id_tbl) in qedi_alloc_new_id()
596 void qedi_free_id(struct qedi_portid_tbl *id_tbl, u16 id) in qedi_free_id()

Completed in 15 milliseconds