Home
last modified time | relevance | path

Searched refs:ipv6_flow_label (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/scsi/
Dlibiscsi.h225 uint8_t ipv6_flow_label; member
Dscsi_transport_iscsi.h327 uint8_t ipv6_flow_label; member
/Linux-v5.4/drivers/scsi/qla4xxx/
Dql4_os.c3547 conn->ipv6_flow_label = le16_to_cpu(fw_ddb_entry->ipv6_flow_lbl); in qla4xxx_copy_from_fwddb_param()
3675 fw_ddb_entry->ipv6_flow_lbl = cpu_to_le16(conn->ipv6_flow_label); in qla4xxx_copy_to_fwddb_param()
7989 rc = sprintf(buf, "%u\n", fnode_conn->ipv6_flow_label); in qla4xxx_sysfs_ddb_get_param()
8247 fnode_conn->ipv6_flow_label = fnode_param->value[0]; in qla4xxx_sysfs_ddb_set_param()
/Linux-v5.4/drivers/scsi/
Dscsi_transport_iscsi.c1071 iscsi_flashnode_conn_attr(fnode, ipv6_flow_label,
3766 iscsi_conn_attr(ipv6_flow_label, ISCSI_PARAM_IPV6_FLOW_LABEL);
Dlibiscsi.c3574 len = sprintf(buf, "%u\n", conn->ipv6_flow_label); in iscsi_conn_get_param()