Home
last modified time | relevance | path

Searched refs:proto_type (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dproto.c32 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC) { in brcmf_proto_attach()
35 } else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF) { in brcmf_proto_attach()
40 drvr->bus_if->proto_type); in brcmf_proto_attach()
64 if (drvr->bus_if->proto_type == BRCMF_PROTO_BCDC) in brcmf_proto_detach()
66 else if (drvr->bus_if->proto_type == BRCMF_PROTO_MSGBUF) in brcmf_proto_detach()
H A Dbus.h171 enum brcmf_bus_protocol_type proto_type; member
H A Dbcmsdh.c1086 bus_if->proto_type = BRCMF_PROTO_BCDC; in brcmf_ops_sdio_probe()
H A Dusb.c1317 bus->proto_type = BRCMF_PROTO_BCDC; in brcmf_usb_probe_cb()
H A Dpcie.c2632 bus->proto_type = BRCMF_PROTO_MSGBUF; in brcmf_pcie_probe()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dcbx_api.h114 enum dcbx_protocol_type proto_type; member
H A Dbcm_osal.h79 extern void qlnx_get_protocol_stats(void *cdev, int proto_type,
H A Decore_dcbx.c600 &entry->proto_type, ieee); in ecore_dcbx_get_app_data()
H A Dqlnx_os.c5703 qlnx_get_protocol_stats(void *cdev, int proto_type, void *proto_stats) in qlnx_get_protocol_stats() argument
5712 type = proto_type; in qlnx_get_protocol_stats()
/freebsd/sys/dev/ice/
H A Dice_protocol_type.h269 __be16 proto_type; member