/titanic_41/usr/src/uts/common/sys/ |
H A D | mii.h | 440 int mii_m_getprop(mii_handle_t mii, const char *name, mac_prop_id_t id, 467 int mii_m_setprop(mii_handle_t mii, const char *name, mac_prop_id_t id, 485 void mii_m_propinfo(mii_handle_t mii, const char *name, mac_prop_id_t id,
|
H A D | mac_client_priv.h | 176 extern int mac_set_prop(mac_handle_t, mac_prop_id_t, char *, void *, uint_t); 177 extern int mac_get_prop(mac_handle_t, mac_prop_id_t, char *, void *, uint_t); 178 extern int mac_prop_info(mac_handle_t, mac_prop_id_t, char *, void *, 180 extern boolean_t mac_prop_check_size(mac_prop_id_t, uint_t, boolean_t);
|
H A D | mac_provider.h | 188 typedef int (*mac_set_prop_t)(void *, const char *, mac_prop_id_t, 190 typedef int (*mac_get_prop_t)(void *, const char *, mac_prop_id_t, 192 typedef void (*mac_prop_info_t)(void *, const char *, mac_prop_id_t,
|
H A D | net80211.h | 733 int ieee80211_setprop(void *, const char *, mac_prop_id_t, uint_t, 735 int ieee80211_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 736 void ieee80211_propinfo(void *, const char *, mac_prop_id_t,
|
H A D | mac.h | 234 } mac_prop_id_t; typedef 572 mac_prop_id_t u_id;
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_impl.h | 329 int oce_m_setprop(void *arg, const char *name, mac_prop_id_t id, 331 int oce_m_getprop(void *arg, const char *name, mac_prop_id_t id, 333 void oce_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num,
|
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_main.c | 62 static int eib_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 64 static int eib_m_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 65 static void eib_m_propinfo(void *, const char *, mac_prop_id_t, 595 eib_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in eib_m_setprop() 602 eib_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in eib_m_getprop() 650 eib_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num, in eib_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_sw.h | 830 int igb_m_setprop(void *, const char *, mac_prop_id_t, uint_t, const void *); 831 int igb_m_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 832 void igb_m_propinfo(void *, const char *, mac_prop_id_t, 837 boolean_t igb_param_locked(mac_prop_id_t); 842 int igb_get_def_val(igb_t *, mac_prop_id_t, uint_t, void *);
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_gld.c | 47 static int ql_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 49 static int ql_m_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 50 static void ql_m_propinfo(void *, const char *, mac_prop_id_t, 732 ql_m_setprop(void *barg, const char *pr_name, mac_prop_id_t pr_num, in ql_m_setprop() 818 ql_m_getprop(void *barg, const char *pr_name, mac_prop_id_t pr_num, in ql_m_getprop() 873 ql_m_propinfo(void *barg, const char *pr_name, mac_prop_id_t pr_num, in ql_m_propinfo()
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | libdlwlan_impl.h | 81 void *, mac_prop_id_t, size_t, boolean_t);
|
/titanic_41/usr/src/uts/common/io/vr/ |
H A D | vr.h | 490 mac_prop_id_t pr_num, uint_t pr_valsize, 493 mac_prop_id_t pr_num, 496 mac_prop_id_t pr_num, mac_prop_info_handle_t prh);
|
/titanic_41/usr/src/uts/common/io/vnic/ |
H A D | vnic_dev.c | 89 static int vnic_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 91 static int vnic_m_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 92 static void vnic_m_propinfo(void *, const char *, mac_prop_id_t, 1034 vnic_m_setprop(void *m_driver, const char *pr_name, mac_prop_id_t pr_num, in vnic_m_setprop() 1103 vnic_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in vnic_m_getprop() 1129 mac_prop_id_t pr_num, mac_prop_info_handle_t prh) in vnic_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 42 static int t4_mc_setprop(void *arg, const char *name, mac_prop_id_t id, 44 static int t4_mc_getprop(void *arg, const char *name, mac_prop_id_t id, 46 static void t4_mc_propinfo(void *arg, const char *name, mac_prop_id_t id, 489 t4_mc_setprop(void *arg, const char *name, mac_prop_id_t id, uint_t size, in t4_mc_setprop() 654 t4_mc_getprop(void *arg, const char *name, mac_prop_id_t id, uint_t size, in t4_mc_getprop() 726 t4_mc_propinfo(void *arg, const char *name, mac_prop_id_t id, in t4_mc_propinfo()
|
/titanic_41/usr/src/uts/common/io/zyd/ |
H A D | zyd.c | 57 mac_prop_id_t wldp_pr_num, uint_t wldp_length, void *wldp_buf); 59 mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t mph); 61 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf); 871 zyd_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in zyd_m_setprop() 898 zyd_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in zyd_m_getprop() 915 zyd_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in zyd_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_gld.c | 289 ixgbe_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in ixgbe_m_setprop() 442 ixgbe_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in ixgbe_m_getprop() 514 ixgbe_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num, in ixgbe_m_propinfo() 589 ixgbe_param_locked(mac_prop_id_t pr_num) in ixgbe_param_locked()
|
H A D | ixgbe_sw.h | 864 int ixgbe_m_setprop(void *, const char *, mac_prop_id_t, uint_t, const void *); 865 int ixgbe_m_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 866 void ixgbe_m_propinfo(void *, const char *, mac_prop_id_t, 870 boolean_t ixgbe_param_locked(mac_prop_id_t);
|
/titanic_41/usr/src/uts/common/io/softmac/ |
H A D | softmac_main.c | 84 static int softmac_m_setprop(void *, const char *, mac_prop_id_t, 86 static int softmac_m_getprop(void *, const char *, mac_prop_id_t, 88 static void softmac_m_propinfo(void *, const char *, mac_prop_id_t, 1457 softmac_m_setprop(void *arg, const char *name, mac_prop_id_t id, in softmac_m_setprop() 1474 softmac_m_getprop(void *arg, const char *name, mac_prop_id_t id, in softmac_m_getprop() 1501 softmac_m_propinfo(void *arg, const char *name, mac_prop_id_t id, in softmac_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/simnet/ |
H A D | simnet.c | 109 static int simnet_m_setprop(void *, const char *, mac_prop_id_t, 111 static int simnet_m_getprop(void *, const char *, mac_prop_id_t, 113 static void simnet_m_propinfo(void *, const char *, mac_prop_id_t, 1168 simnet_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in simnet_m_setprop() 1257 simnet_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in simnet_m_getprop() 1339 simnet_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in simnet_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_gld.c | 348 oce_m_setprop(void *arg, const char *name, mac_prop_id_t id, in oce_m_setprop() 439 oce_m_getprop(void *arg, const char *name, mac_prop_id_t id, in oce_m_getprop() 512 oce_m_propinfo(void *arg, const char *name, mac_prop_id_t pr_num, in oce_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/efe/ |
H A D | efe.c | 76 static int efe_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 78 static int efe_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 80 static void efe_m_propinfo(void *, const char *, mac_prop_id_t, 840 efe_m_setprop(void *arg, const char *name, mac_prop_id_t id, in efe_m_setprop() 849 efe_m_getprop(void *arg, const char *name, mac_prop_id_t id, in efe_m_getprop() 858 efe_m_propinfo(void *arg, const char *name, mac_prop_id_t id, in efe_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 95 static int rtls_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 97 static int rtls_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 99 static void rtls_m_propinfo(void *, const char *, mac_prop_id_t, 920 rtls_m_getprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in rtls_m_getprop() 929 rtls_m_setprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in rtls_m_setprop() 938 rtls_m_propinfo(void *arg, const char *name, mac_prop_id_t num, in rtls_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/pcn/ |
H A D | pcn.c | 99 static int pcn_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 101 static int pcn_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 103 static void pcn_m_propinfo(void *, const char *, mac_prop_id_t, 1283 pcn_m_getprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in pcn_m_getprop() 1292 pcn_m_setprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in pcn_m_setprop() 1301 pcn_m_propinfo(void *arg, const char *name, mac_prop_id_t num, in pcn_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 76 static int iprb_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 78 static int iprb_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 80 static void iprb_m_propinfo(void *, const char *, mac_prop_id_t, 1452 iprb_m_propinfo(void *arg, const char *name, mac_prop_id_t id, in iprb_m_propinfo() 1470 iprb_m_getprop(void *arg, const char *name, mac_prop_id_t id, uint_t sz, in iprb_m_getprop() 1495 iprb_m_setprop(void *arg, const char *name, mac_prop_id_t id, uint_t sz, in iprb_m_setprop()
|
/titanic_41/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 86 static int elxl_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 88 static int elxl_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 90 static void elxl_m_propinfo(void *, const char *, mac_prop_id_t, 1394 elxl_m_getprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in elxl_m_getprop() 1466 elxl_m_setprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in elxl_m_setprop() 1578 elxl_m_propinfo(void *arg, const char *name, mac_prop_id_t num, in elxl_m_propinfo()
|
/titanic_41/usr/src/uts/common/io/afe/ |
H A D | afe.c | 121 static int afe_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 123 static int afe_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 125 static void afe_m_propinfo(void *, const char *, mac_prop_id_t, 2379 afe_m_getprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in afe_m_getprop() 2388 afe_m_setprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in afe_m_setprop() 2397 afe_m_propinfo(void *arg, const char *name, mac_prop_id_t num, in afe_m_propinfo()
|