Searched refs:qedi_portid_tbl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_gbl.h | 68 int qedi_alloc_id(struct qedi_portid_tbl *id_tbl, u16 id); 69 u16 qedi_alloc_new_id(struct qedi_portid_tbl *id_tbl); 70 void qedi_free_id(struct qedi_portid_tbl *id_tbl, u16 id);
|
H A D | qedi.h | 205 struct qedi_portid_tbl { struct 317 struct qedi_portid_tbl lcl_port_tbl;
|
H A D | qedi_main.c | 534 static int qedi_init_id_tbl(struct qedi_portid_tbl *id_tbl, u16 size, in qedi_init_id_tbl() 548 static void qedi_free_id_tbl(struct qedi_portid_tbl *id_tbl) in qedi_free_id_tbl() 554 int qedi_alloc_id(struct qedi_portid_tbl *id_tbl, u16 id) in qedi_alloc_id() 571 u16 qedi_alloc_new_id(struct qedi_portid_tbl *id_tbl) in qedi_alloc_new_id() 597 void qedi_free_id(struct qedi_portid_tbl *id_tbl, u16 id) in qedi_free_id()
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_gbl.h | 67 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 D | qedi.h | 205 struct qedi_portid_tbl { struct 317 struct qedi_portid_tbl lcl_port_tbl;
|
H A D | qedi_main.c | 532 static int qedi_init_id_tbl(struct qedi_portid_tbl *id_tbl, u16 size, in qedi_init_id_tbl() 546 static void qedi_free_id_tbl(struct qedi_portid_tbl *id_tbl) in qedi_free_id_tbl() 552 int qedi_alloc_id(struct qedi_portid_tbl *id_tbl, u16 id) in qedi_alloc_id() 569 u16 qedi_alloc_new_id(struct qedi_portid_tbl *id_tbl) in qedi_alloc_new_id() 595 void qedi_free_id(struct qedi_portid_tbl *id_tbl, u16 id) in qedi_free_id()
|
Completed in 9 milliseconds