phy_port_num      468 drivers/scsi/bfa/bfa_defs.h 	u32		phy_port_num;	/* For SFP related events */
phy_port_num      870 drivers/scsi/bfa/bfa_fc.h 	u32        phy_port_num;
phy_port_num      649 drivers/scsi/bfa/bfa_fcs_lport.c 	gen_topo_data->phy_port_num = 0;	/* @todo */
phy_port_num      236 drivers/scsi/qla4xxx/ql4_attr.c 	return snprintf(buf, PAGE_SIZE, "0x%04X\n", ha->phy_port_num);
phy_port_num      324 drivers/scsi/qla4xxx/ql4_attr.c static DEVICE_ATTR(phy_port_num, S_IRUGO, qla4xxx_phy_port_num_show, NULL);
phy_port_num      788 drivers/scsi/qla4xxx/ql4_def.h 	uint16_t phy_port_num;
phy_port_num     4095 drivers/scsi/qla4xxx/ql4_nx.c 	ha->phy_port_num = sys_info->port_num;
phy_port_num     1258 drivers/usb/serial/f81534.c 	int phy_port_num;
phy_port_num     1273 drivers/usb/serial/f81534.c 		phy_port_num = buf[i];
phy_port_num     1274 drivers/usb/serial/f81534.c 		if (phy_port_num >= F81534_NUM_PORT) {
phy_port_num     1277 drivers/usb/serial/f81534.c 				__func__, phy_port_num, F81534_NUM_PORT);
phy_port_num     1281 drivers/usb/serial/f81534.c 		tty_port_num = serial_priv->tty_idx[phy_port_num];