Searched defs:bin_attr_mem (Results 1 - 2 of 2) sorted by last modified time

/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c3008 static struct bin_attribute bin_attr_mem = { variable in typeref:struct:bin_attribute
3178 if (device_create_bin_file(dev, &bin_attr_mem))
3193 device_remove_bin_file(dev, &bin_attr_mem);
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c1210 static struct bin_attribute bin_attr_mem = { variable in typeref:struct:bin_attribute
1359 if (device_create_bin_file(dev, &bin_attr_mem))
1395 device_remove_bin_file(dev, &bin_attr_mem);

Completed in 62 milliseconds