Searched refs:isp_find_pdb_by_portid (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/sys/dev/isp/ |
| HD | isp_library.h | 175 int isp_find_pdb_by_portid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
|
| HD | isp_target.c | 384 if (isp_find_pdb_by_portid(isp, chan, sid, &lp)) in isp_got_tmf_24xx()
|
| HD | isp_freebsd.c | 1335 if (isp_find_pdb_by_portid(isp, chan, sid, &lp) == 0) { in isp_handle_platform_atio7() 1724 if (isp_find_pdb_by_portid(isp, mp->nt_channel, sid, &lp)) { in isp_handle_platform_target_notify_ack() 1817 if (isp_find_pdb_by_portid(isp, notify->nt_channel, notify->nt_sid, &lp) == 0 && in isp_handle_platform_target_tmf()
|
| HD | isp_library.c | 1433 isp_find_pdb_by_portid(ispsoftc_t *isp, int chan, uint32_t portid, in isp_find_pdb_by_portid() function 1498 (VALID_PORT(s_id) && isp_find_pdb_by_portid(isp, chan, s_id, &lp))) { in isp_add_wwn_entry()
|
| HD | isp.c | 2393 if (isp_find_pdb_by_portid(isp, chan, portid, &lp)) { in isp_scan_fabric()
|