Lines Matching defs:pc_req
581 u8 *pc_req;
585 pc_req = alloc_smp_req(PC_REQ_SIZE);
586 if (!pc_req)
591 kfree(pc_req);
595 pc_req[1] = SMP_PHY_CONTROL;
596 pc_req[9] = phy_id;
597 pc_req[10]= phy_func;
599 pc_req[32] = rates->minimum_linkrate << 4;
600 pc_req[33] = rates->maximum_linkrate << 4;
603 res = smp_execute_task(dev, pc_req, PC_REQ_SIZE, pc_resp,PC_RESP_SIZE);
613 kfree(pc_req);