Lines Matching defs:pc_req
559 u8 *pc_req;
563 pc_req = alloc_smp_req(PC_REQ_SIZE);
564 if (!pc_req)
569 kfree(pc_req);
573 pc_req[1] = SMP_PHY_CONTROL;
574 pc_req[9] = phy_id;
575 pc_req[10] = phy_func;
577 pc_req[32] = rates->minimum_linkrate << 4;
578 pc_req[33] = rates->maximum_linkrate << 4;
581 res = smp_execute_task(dev, pc_req, PC_REQ_SIZE, pc_resp, PC_RESP_SIZE);
591 kfree(pc_req);