Searched refs:ISP_FC_PC (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/isp/
H A Disp_freebsd.h366 #define ISP_FC_PC(isp, chan) (&(isp)->isp_osinfo.pc.fc[(chan)]) macro
372 rslt = ISP_FC_PC(isp, chan)-> tag; \
378 rp = &ISP_FC_PC(isp, chan)-> tag; \
384 ISP_FC_PC(isp, chan)-> tag = val; \
428 struct isp_fc *fc = ISP_FC_PC(isp, chan); \
440 struct isp_fc *fc = ISP_FC_PC(isp, chan); \
586 (IS_FC(isp)? ISP_FC_PC(isp, chan)->def_role : ISP_SPI_PC(isp, chan)->def_role)
589 ISP_FC_PC(isp, chan)->def_role = val; \
H A Disp_pci.c533 ISP_FC_PC(isp, chan)->default_id = 109 - chan;
543 ISP_FC_PC(isp, chan)->default_id = tval - chan;
572 ISP_FC_PC(isp, chan)->def_role = tval;
617 ISP_FC_PC(isp, chan)->def_wwpn = strtouq(sptr, &eptr, 16);
618 if (eptr < sptr + 16 || ISP_FC_PC(isp, chan)->def_wwpn == -1) {
620 ISP_FC_PC(isp, chan)->def_wwpn = 0;
628 ISP_FC_PC(isp, chan)->def_wwnn = strtouq(sptr, &eptr, 16);
629 if (eptr < sptr + 16 || ISP_FC_PC(isp, chan)->def_wwnn == 0) {
631 ISP_FC_PC(isp, chan)->def_wwnn = 0;
638 ISP_FC_PC(is
[all...]
H A Disp_freebsd.c139 struct isp_fc *fc = ISP_FC_PC(isp, chan);
183 SYSCTL_ADD_UINT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO, "loop_down_limit", CTLFLAG_RW, &ISP_FC_PC(isp, 0)->loop_down_limit, 0, "Loop Down Limit");
184 SYSCTL_ADD_UINT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO, "gone_device_time", CTLFLAG_RW, &ISP_FC_PC(isp, 0)->gone_device_time, 0, "Gone Device Time");
186 SYSCTL_ADD_UINT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO, "inject_lost_data_frame", CTLFLAG_RW, &ISP_FC_PC(isp, 0)->inject_lost_data_frame, 0, "Cause a Lost Frame on a Read");
244 sim = ISP_FC_PC(isp, chan)->sim;
245 path = ISP_FC_PC(isp, chan)->path;
280 sim = ISP_FC_PC(isp, chan)->sim;
281 path = ISP_FC_PC(isp, chan)->path;
297 sim = ISP_FC_PC(isp, chan)->sim;
298 path = ISP_FC_PC(is
[all...]

Completed in 171 milliseconds