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

/drivers/scsi/libsas/
H A Dsas_expander.c571 u8 *pc_req; local
575 pc_req = alloc_smp_req(PC_REQ_SIZE);
576 if (!pc_req)
581 kfree(pc_req);
585 pc_req[1] = SMP_PHY_CONTROL;
586 pc_req[9] = phy_id;
587 pc_req[10]= phy_func;
589 pc_req[32] = rates->minimum_linkrate << 4;
590 pc_req[33] = rates->maximum_linkrate << 4;
593 res = smp_execute_task(dev, pc_req, PC_REQ_SIZ
[all...]

Completed in 36 milliseconds