Searched refs:wwn (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/isp/
H A Dispmbox.h1074 #define MAKE_NODE_NAME_FROM_WWN(array, wwn) \
1075 array[ICB_NNM0] = (uint8_t) ((wwn >> 0) & 0xff), \
1076 array[ICB_NNM1] = (uint8_t) ((wwn >> 8) & 0xff), \
1077 array[ICB_NNM2] = (uint8_t) ((wwn >> 16) & 0xff), \
1078 array[ICB_NNM3] = (uint8_t) ((wwn >> 24) & 0xff), \
1079 array[ICB_NNM4] = (uint8_t) ((wwn >> 32) & 0xff), \
1080 array[ICB_NNM5] = (uint8_t) ((wwn >> 40) & 0xff), \
1081 array[ICB_NNM6] = (uint8_t) ((wwn >> 48) & 0xff), \
1082 array[ICB_NNM7] = (uint8_t) ((wwn >> 56) & 0xff)
1084 #define MAKE_WWN_FROM_NODE_NAME(wwn, arra
[all...]
H A Disp.c2575 uint64_t wwn = INI_NONE; local
2581 return (wwn);
2599 return (wwn);
2602 wwn =
2612 wwn =
2622 return (wwn);
8384 uint64_t wwn; local
8397 wwn = ISP2100_NVRAM_PORT_NAME(nvram_data);
8398 if (wwn) {
8400 (uint32_t) (wwn >> 3
8462 uint64_t wwn; local
[all...]
H A Disp_freebsd.c2505 uint64_t wwn = INI_NONE; local
2572 wwn = lp->port_wwn;
3068 uint64_t wwn; local
3084 wwn = lp->port_wwn;
3086 wwn = INI_ANY;
3100 isp_prt(isp, ISP_LOGTDEBUG0, "ABORT TASK RX_ID %x WWN 0x%016llx state %d", inp->in_seqid, (unsigned long long) wwn, atp->state);
3109 ISP_PATH_PRT(isp, ISP_LOGWARN, tptr->owner, "abort task RX_ID %x from wwn 0x%016llx, state unknown\n", inp->in_seqid, wwn);
3116 nt->nt_wwn = wwn;
3147 uint64_t wwn; local
[all...]
H A Disp_library.c2357 isp_find_pdb_by_wwn(ispsoftc_t *isp, int chan, uint64_t wwn, fcportdb_t **lptr) argument
2370 if (lp->port_wwn == wwn) {
/freebsd-9.3-release/sys/sys/
H A Data.h221 /*108*/ u_int16_t wwn[4]; member in struct:ata_params
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c1242 parm->wwn[0], parm->wwn[1], parm->wwn[2], parm->wwn[3]);
/freebsd-9.3-release/sys/cam/ata/
H A Data_xpt.c916 bcopy(ident_buf->wwn,

Completed in 282 milliseconds