Searched refs:asd_find_ll_by_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_sds.c | 704 * asd_find_ll_by_id - find a linked list entry by its id 714 static void *asd_find_ll_by_id(void * const start, const u8 id0, const u8 id1) in asd_find_ll_by_id() function 761 phy_param = asd_find_ll_by_id(manuf_sec, 'P', 'M'); in asd_ms_get_phy_params() 827 cm = asd_find_ll_by_id(manuf_sec, 'M', 'C'); in asd_ms_get_connector_map() 1009 ps = asd_find_ll_by_id(el, 'h', 0xFF); in asd_process_ctrl_a_user()
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_sds.c | 706 * asd_find_ll_by_id - find a linked list entry by its id 716 static void *asd_find_ll_by_id(void * const start, const u8 id0, const u8 id1) in asd_find_ll_by_id() function 765 phy_param = asd_find_ll_by_id(manuf_sec, 'P', 'M'); in asd_ms_get_phy_params() 831 cm = asd_find_ll_by_id(manuf_sec, 'M', 'C'); in asd_ms_get_connector_map() 1013 ps = asd_find_ll_by_id(el, 'h', 0xFF); in asd_process_ctrl_a_user()
|
Completed in 5 milliseconds