Lines Matching refs:page_a2
4588 uint8_t *page_a0, uint8_t *page_a2) in lpfc_rdp_res_sfp_desc() argument
4629 temperature = (page_a2[SFF_TEMPERATURE_B1] << 8 | in lpfc_rdp_res_sfp_desc()
4630 page_a2[SFF_TEMPERATURE_B0]); in lpfc_rdp_res_sfp_desc()
4631 vcc = (page_a2[SFF_VCC_B1] << 8 | in lpfc_rdp_res_sfp_desc()
4632 page_a2[SFF_VCC_B0]); in lpfc_rdp_res_sfp_desc()
4633 tx_power = (page_a2[SFF_TXPOWER_B1] << 8 | in lpfc_rdp_res_sfp_desc()
4634 page_a2[SFF_TXPOWER_B0]); in lpfc_rdp_res_sfp_desc()
4635 tx_bias = (page_a2[SFF_TX_BIAS_CURRENT_B1] << 8 | in lpfc_rdp_res_sfp_desc()
4636 page_a2[SFF_TX_BIAS_CURRENT_B0]); in lpfc_rdp_res_sfp_desc()
4637 rx_power = (page_a2[SFF_RXPOWER_B1] << 8 | in lpfc_rdp_res_sfp_desc()
4638 page_a2[SFF_RXPOWER_B0]); in lpfc_rdp_res_sfp_desc()
4819 rdp_context->page_a0, rdp_context->page_a2); in lpfc_els_rdp_cmpl()