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

/freebsd-11-stable/sys/dev/isp/
H A Disp_library.h166 int isp_find_pdb_by_portid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
H A Disp_freebsd.c1812 if (isp_find_pdb_by_portid(isp, chan, sid, &lp) == 0) {
2236 if (isp_find_pdb_by_portid(isp, mp->nt_channel, sid, &lp)) {
2372 if (isp_find_pdb_by_portid(isp, notify->nt_channel, notify->nt_sid, &lp) == 0 &&
H A Disp_target.c701 if (isp_find_pdb_by_portid(isp, chan, sid, &lp))
H A Disp_library.c2174 isp_find_pdb_by_portid(ispsoftc_t *isp, int chan, uint32_t portid, function
2239 (VALID_PORT(s_id) && isp_find_pdb_by_portid(isp, chan, s_id, &lp))) {
2470 if (isp_find_pdb_by_portid(isp, mp->nt_channel, mp->nt_sid, &lp)) {
H A Disp.c3908 if (isp_find_pdb_by_portid(isp, chan, portid, &lp)) {

Completed in 96 milliseconds