Searched full:port_addr (Results  1 – 8 of 8) sorted by relevance
| /titanic_53/usr/src/lib/storage/libg_fc/common/ | 
| H A D | map.c | 1907     uchar_t *port_wwn, uchar_t *node_wwn, int port_addr, int hard_addr)  in update_map_dev_fc_prop()  argument1915 		if (port_addr <= 0xffff) {  in update_map_dev_fc_prop()
 1919 		if (port_addr > 0xff) {  in update_map_dev_fc_prop()
 1936 	*port_addr_data = port_addr;  in update_map_dev_fc_prop()
 3325 	int		fd, fp_fd, err, length, exp_map_flag = 0, *port_addr;  in g_rdls()  local
 3549 		    map_dev, PORT_ADDR_PROP, &port_addr)) != 0) {  in g_rdls()
 3569 		c1->al_ha = rls_req.port_id = *port_addr;  in g_rdls()
 3667 	    map_root, PORT_ADDR_PROP, &port_addr)) != 0) {  in g_rdls()
 3686 	c1->al_ha = rls_req.port_id = *port_addr;  in g_rdls()
 3754 	int		found = 0, pathcnt, *port_addr;  in get_wwns()  local
 [all …]
 
 | 
| /titanic_53/usr/src/cmd/luxadm/ | 
| H A D | g_adm.c | 2886 print_fabric_prop(int pos, uchar_t *port_wwn, uchar_t *node_wwn, int port_addr,  in print_fabric_prop()  argument2890 		pos, port_addr, hard_addr);  in print_fabric_prop()
 2900 	int port_addr, int hard_addr)  in print_private_loop_prop()  argument
 2903 		pos, port_addr, g_sf_alpa_to_switch[port_addr], hard_addr);  in print_private_loop_prop()
 2928 int 		*port_addr, *hard_addr, pos = 0, count;  in dump_map()  local
 3072 				map_dev, PORT_ADDR_PROP, &port_addr)) != 0) {  in dump_map()
 3096 					node_wwn, *port_addr, *hard_addr);  in dump_map()
 3123 				map_dev, PORT_ADDR_PROP, &port_addr)) != 0) {  in dump_map()
 3147 					node_wwn, *port_addr, *hard_addr);  in dump_map()
 
 | 
| /titanic_53/usr/src/uts/common/io/mega_sas/ | 
| H A D | megaraid_sas.h | 346 		uint64_t	port_addr[8];  member358 		uint64_t	port_addr[8];  member
 
 | 
| /titanic_53/usr/src/uts/common/io/mr_sas/ | 
| H A D | mr_sas.h | 896 		uint64_t	port_addr[8];  member908 		uint64_t	port_addr[8];  member
 
 | 
| /titanic_53/usr/src/uts/common/io/i40e/core/ | 
| H A D | i40e_type.h | 421 	u8 port_addr[I40E_ETH_LENGTH_OF_ADDRESS];  member
 | 
| /titanic_53/usr/src/uts/common/io/i40e/ | 
| H A D | i40e_main.c | 1346 	if ((rc = i40e_get_port_mac_addr(hw, hw->mac.port_addr)) !=  in i40e_common_code_init()2212 	bcopy(hw->mac.port_addr, filt.mac_addr, ETHERADDRL);  in i40e_config_def_vsi()
 
 | 
| /titanic_53/usr/src/uts/common/io/sata/adapters/ahci/ | 
| H A D | ahci.c | 7358 	ahci_addr_t port_addr;  in ahci_intr_phyrdy_change()  local7409 	AHCI_ADDR_SET_PORT(&port_addr, port);  in ahci_intr_phyrdy_change()
 7437 			    ahci_portp, &port_addr);  in ahci_intr_phyrdy_change()
 
 | 
| /titanic_53/usr/src/uts/intel/ia32/ml/ | 
| H A D | i86_subr.s | 1646 repinsw(int port_addr, uint16_t *addr, int cnt)
 |