Home
last modified time | relevance | path

Searched refs:elink_cb_fw_command (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bxe/
H A Dbxe_elink.h67 extern uint32_t elink_cb_fw_command(struct bxe_softc *sc, uint32_t command, uint32_t param);
H A Dbxe_elink.c7946 elink_cb_fw_command(sc, DRV_MSG_CODE_LINK_STATUS_CHANGED, 0); in elink_link_update()
9203 fw_resp = elink_cb_fw_command(sc, cmd, fw_cmd_param); in elink_verify_sfp_module()
H A Dbxe.c2139 elink_cb_fw_command(struct bxe_softc *sc, in elink_cb_fw_command() function
2188 return (elink_cb_fw_command(sc, command, param)); in bxe_fw_command()