Searched refs:bind_sap (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ether.c | 386 mac_ether_sap_verify(uint32_t sap, uint32_t *bind_sap, void *mac_pdata) in mac_ether_sap_verify() argument 389 if (bind_sap != NULL) in mac_ether_sap_verify() 390 *bind_sap = sap; in mac_ether_sap_verify() 395 if (bind_sap != NULL) in mac_ether_sap_verify() 396 *bind_sap = DLS_SAP_LLC; in mac_ether_sap_verify() 409 uint32_t bind_sap; in mac_ether_header() local 411 if (!mac_ether_sap_verify(sap, &bind_sap, NULL)) in mac_ether_header() 426 if ((bind_sap == DLS_SAP_LLC) && (payload != NULL)) in mac_ether_header()
|
H A D | mac_6to4.c | 98 mac_6to4_sap_verify(uint32_t sap, uint32_t *bind_sap, void *pdata) in mac_6to4_sap_verify() argument 101 if (bind_sap != NULL) in mac_6to4_sap_verify() 102 *bind_sap = sap; in mac_6to4_sap_verify()
|
H A D | mac_ib.c | 155 mac_ib_sap_verify(uint32_t sap, uint32_t *bind_sap, void *mac_pdata) in mac_ib_sap_verify() argument 160 if (bind_sap != NULL) in mac_ib_sap_verify() 161 *bind_sap = sap; in mac_ib_sap_verify() 166 if (bind_sap != NULL) in mac_ib_sap_verify() 167 *bind_sap = DLS_SAP_LLC; in mac_ib_sap_verify()
|
H A D | mac_wifi.c | 161 mac_wifi_sap_verify(uint32_t sap, uint32_t *bind_sap, void *pdata) in mac_wifi_sap_verify() argument 164 if (bind_sap != NULL) in mac_wifi_sap_verify() 165 *bind_sap = sap; in mac_wifi_sap_verify() 170 if (bind_sap != NULL) in mac_wifi_sap_verify() 171 *bind_sap = DLS_SAP_LLC; in mac_wifi_sap_verify()
|
H A D | mac_ipv4.c | 122 mac_ipv4_sap_verify(uint32_t sap, uint32_t *bind_sap, void *pdata) in mac_ipv4_sap_verify() argument 125 if (bind_sap != NULL) in mac_ipv4_sap_verify() 126 *bind_sap = sap; in mac_ipv4_sap_verify()
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_client.c | 4204 mac_sap_verify(mac_handle_t mh, uint32_t sap, uint32_t *bind_sap) in mac_sap_verify() argument 4208 return (mip->mi_type->mt_ops.mtops_sap_verify(sap, bind_sap, in mac_sap_verify()
|