Searched defs:bin_attr_crb (Results 1 - 2 of 2) sorted by path

/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c3001 static struct bin_attribute bin_attr_crb = { variable in typeref:struct:bin_attribute
3176 if (device_create_bin_file(dev, &bin_attr_crb))
3192 device_remove_bin_file(dev, &bin_attr_crb);
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c1203 static struct bin_attribute bin_attr_crb = { variable in typeref:struct:bin_attribute
1357 if (device_create_bin_file(dev, &bin_attr_crb))
1394 device_remove_bin_file(dev, &bin_attr_crb);

Completed in 34 milliseconds