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

/freebsd-current/sys/dev/isp/
H A Disp_library.h175 int isp_find_pdb_by_portid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
H A Disp_target.c384 if (isp_find_pdb_by_portid(isp, chan, sid, &lp))
H A Disp_freebsd.c1316 if (isp_find_pdb_by_portid(isp, chan, sid, &lp) == 0) {
1705 if (isp_find_pdb_by_portid(isp, mp->nt_channel, sid, &lp)) {
1822 if (isp_find_pdb_by_portid(isp, notify->nt_channel, notify->nt_sid, &lp) == 0 &&
H A Disp_library.c1433 isp_find_pdb_by_portid(ispsoftc_t *isp, int chan, uint32_t portid, function
1498 (VALID_PORT(s_id) && isp_find_pdb_by_portid(isp, chan, s_id, &lp))) {
H A Disp.c2382 if (isp_find_pdb_by_portid(isp, chan, portid, &lp)) {

Completed in 176 milliseconds