Searched refs:wwn (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/disk/isp/ |
| HD | ispmbox.h | 1081 #define MAKE_NODE_NAME_FROM_WWN(array, wwn) \ argument 1082 array[ICB_NNM0] = (uint8_t) ((wwn >> 0) & 0xff), \ 1083 array[ICB_NNM1] = (uint8_t) ((wwn >> 8) & 0xff), \ 1084 array[ICB_NNM2] = (uint8_t) ((wwn >> 16) & 0xff), \ 1085 array[ICB_NNM3] = (uint8_t) ((wwn >> 24) & 0xff), \ 1086 array[ICB_NNM4] = (uint8_t) ((wwn >> 32) & 0xff), \ 1087 array[ICB_NNM5] = (uint8_t) ((wwn >> 40) & 0xff), \ 1088 array[ICB_NNM6] = (uint8_t) ((wwn >> 48) & 0xff), \ 1089 array[ICB_NNM7] = (uint8_t) ((wwn >> 56) & 0xff) 1091 #define MAKE_WWN_FROM_NODE_NAME(wwn, array) \ argument [all …]
|
| HD | isp.c | 2401 uint64_t wwn = INI_NONE; in isp_get_wwn() local 2407 return (wwn); in isp_get_wwn() 2428 return (wwn); in isp_get_wwn() 2431 wwn = in isp_get_wwn() 2441 wwn = in isp_get_wwn() 2451 return (wwn); in isp_get_wwn() 8199 uint64_t wwn; in isp_parse_nvram_2100() local 8212 wwn = ISP2100_NVRAM_PORT_NAME(nvram_data); in isp_parse_nvram_2100() 8213 if (wwn) { in isp_parse_nvram_2100() 8215 (uint32_t) (wwn >> 32), (uint32_t) (wwn)); in isp_parse_nvram_2100() [all …]
|
| HD | isp_freebsd.c | 2131 uint64_t wwn = INI_NONE; in isp_handle_platform_atio7() local 2197 wwn = lp->port_wwn; in isp_handle_platform_atio7() 2536 uint64_t wwn; in isp_handle_platform_notify_fc() local 2552 wwn = lp->port_wwn; in isp_handle_platform_notify_fc() 2554 wwn = INI_ANY; in isp_handle_platform_notify_fc() 2568 …"ABORT TASK RX_ID %x WWN 0x%016llx state %d", inp->in_seqid, (unsigned long long) wwn, atp->state); in isp_handle_platform_notify_fc() 2577 …GWARN, tptr->owner, "abort task RX_ID %x from wwn 0x%016llx, state unknown\n", inp->in_seqid, wwn); in isp_handle_platform_notify_fc() 2584 nt->nt_wwn = wwn; in isp_handle_platform_notify_fc() 2614 uint64_t wwn; in isp_handle_platform_notify_24xx() local 2639 wwn = (((uint64_t) ptr[IN24XX_LOGO_WWPN_OFF]) << 56) | in isp_handle_platform_notify_24xx() [all …]
|
| HD | isp_library.c | 2299 isp_find_pdb_by_wwn(ispsoftc_t *isp, int chan, uint64_t wwn, fcportdb_t **lptr) in isp_find_pdb_by_wwn() argument 2312 if (lp->port_wwn == wwn) { in isp_find_pdb_by_wwn()
|
| /dragonfly/sys/dev/disk/ahci/ |
| HD | TODO | 32 wwn
|