Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_gbl.h67 int qedi_alloc_id(struct qedi_portid_tbl *id_tbl, u16 id);
68 u16 qedi_alloc_new_id(struct qedi_portid_tbl *id_tbl);
69 void qedi_free_id(struct qedi_portid_tbl *id_tbl, u16 id);
H A Dqedi.h205 struct qedi_portid_tbl { struct
317 struct qedi_portid_tbl lcl_port_tbl;
H 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()