Home
last modified time | relevance | path

Searched refs:FCOE_PORT_LIST (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c239 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) { in fcoe_add_remove_scf_entry()
267 if (scf_transaction_property_new(tran, entry, FCOE_PORT_LIST, in fcoe_add_remove_scf_entry()
281 FCOE_PORT_LIST, SCF_TYPE_USTRING) == -1) { in fcoe_add_remove_scf_entry()
289 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) { in fcoe_add_remove_scf_entry()
866 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) { in FCOE_LoadConfig()
H A Dlibfcoe.h61 #define FCOE_PORT_LIST "port_list_p" macro