Lines Matching refs:le16toh
1507 uint16_t type = le16toh(ae->event_id); in bnxt_handle_async_event()
1570 type = le16toh(cmpl->type) & CMPL_BASE_TYPE_MASK; in bnxt_admin_intr()
1610 type = le16toh(cmpl->type) & CMPL_BASE_TYPE_MASK; in bnxt_intr()
2506 le16toh(req->seq_id)); in _hwrm_send_message()
2520 softc->sc_cmd_timeo, le16toh(req->req_type), in _hwrm_send_message()
2521 le16toh(req->seq_id), msg_len, in _hwrm_send_message()
2526 err = le16toh(resp->error_code); in _hwrm_send_message()
2663 softc->ver_info->chip_num = le16toh(resp->chip_num); in bnxt_hwrm_ver_get()
2671 softc->sc_max_req_len = le16toh(resp->max_req_win_len); in bnxt_hwrm_ver_get()
2673 softc->sc_cmd_timeo = le16toh(resp->def_req_timeout); in bnxt_hwrm_ver_get()
3067 ring->phys_id = le16toh(resp->ring_id); in bnxt_hwrm_ring_alloc()
3438 *mfg_id = le16toh(resp->manufacturer_id); in bnxt_hwrm_nvm_get_dev_info()
3440 *device_id = le16toh(resp->device_id); in bnxt_hwrm_nvm_get_dev_info()
3475 *year = le16toh(resp->year);
3487 *millisecond = le16toh(resp->millisecond);
3489 *zone = le16toh(resp->zone);