Searched defs:resp_data (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/libsas/
H A Dsas_host_smp.c22 static void sas_host_smp_discover(struct sas_ha_struct *sas_ha, u8 *resp_data, argument
29 resp_data[2] = SMP_RESP_NO_PHY;
32 resp_data[2] = SMP_RESP_FUNC_ACC;
35 resp_data[9] = phy_id;
36 resp_data[13] = phy->negotiated_linkrate;
37 memcpy(resp_data + 16, sas_ha->sas_addr, SAS_ADDR_SIZE);
38 memcpy(resp_data + 24, sas_ha->sas_phy[phy_id]->attached_sas_addr,
40 resp_data[40] = (phy->minimum_linkrate << 4) |
42 resp_data[41] = (phy->maximum_linkrate << 4) |
50 resp_data[1
116 sas_host_smp_write_gpio(struct sas_ha_struct *sas_ha, u8 *resp_data, u8 reg_type, u8 reg_index, u8 reg_count, u8 *req_data) argument
140 sas_report_phy_sata(struct sas_ha_struct *sas_ha, u8 *resp_data, u8 phy_id) argument
183 sas_phy_control(struct sas_ha_struct *sas_ha, u8 phy_id, u8 phy_op, enum sas_linkrate min, enum sas_linkrate max, u8 *resp_data) argument
231 u8 *req_data = NULL, *resp_data = NULL, *buf; local
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_sli.c3612 uint32_t hc_copy, ha_copy, resp_data; local
3652 if (lpfc_readl((resp_buf + 1), &resp_data))
3654 if (resp_data != ~(BARRIER_TEST_PATTERN))
3659 resp_data = 0;
3660 if (lpfc_readl((resp_buf + 1), &resp_data))
3662 if (resp_data != ~(BARRIER_TEST_PATTERN)) {
3671 resp_data = 0;
3673 if (lpfc_readl(resp_buf, &resp_data))
3675 if (resp_data != mbox)

Completed in 165 milliseconds