Searched refs:isp_find_pdb_by_portid (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/isp/
H A Disp_library.h176 int isp_find_pdb_by_portid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
H A Disp_target.c385 if (isp_find_pdb_by_portid(isp, chan, sid, &lp))
H A Disp_freebsd.c1309 if (isp_find_pdb_by_portid(isp, chan, sid, &lp) == 0) {
1698 if (isp_find_pdb_by_portid(isp, mp->nt_channel, sid, &lp)) {
1815 if (isp_find_pdb_by_portid(isp, notify->nt_channel, notify->nt_sid, &lp) == 0 &&
H A Disp_library.c1434 isp_find_pdb_by_portid(ispsoftc_t *isp, int chan, uint32_t portid, function
1499 (VALID_PORT(s_id) && isp_find_pdb_by_portid(isp, chan, s_id, &lp))) {
H A Disp.c2165 if (isp_find_pdb_by_portid(isp, chan, portid, &lp)) {

Completed in 114 milliseconds