Lines Matching defs:cd

307  * @cd: pointer to command details structure or NULL
319 struct ice_sq_cd *cd)
335 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd);
366 * @cd: pointer to command details structure or NULL
373 struct ice_sq_cd *cd)
398 status = ice_aq_send_cmd(hw, &desc, pcaps, pcaps_size, cd);
458 * @cd: pointer to command details structure or NULL
468 struct ice_sq_cd *cd)
485 return ice_aq_send_cmd(pi->hw, &desc, NULL, 0, cd);
720 * @cd: pointer to command details structure or NULL
726 struct ice_link_status *link, struct ice_sq_cd *cd)
754 ice_get_link_status_datalen(hw), cd);
870 * @cd: pointer to command details structure or NULL
875 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd)
891 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
1462 * @cd: pointer to command details structure
1466 void *buf, u16 buf_size, struct ice_sq_cd *cd)
1469 (struct ice_aq_desc *)desc, buf, buf_size, cd);
1546 * @cd: pointer to command details structure
1554 struct ice_sq_cd *cd)
1574 status = ice_sq_send_cmd(hw, cq, desc, buf, buf_size, cd);
1595 * @cd: pointer to command details structure
1601 u16 buf_size, struct ice_sq_cd *cd)
1643 status = ice_sq_send_cmd_retry(hw, &hw->adminq, desc, buf, buf_size, cd);
1653 * @cd: pointer to command details structure or NULL
1657 int ice_aq_get_fw_ver(struct ice_hw *hw, struct ice_sq_cd *cd)
1667 status = ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
1688 * @cd: pointer to command details structure or NULL
1694 struct ice_sq_cd *cd)
1718 return ice_aq_send_cmd(hw, &desc, dv->driver_string, len, cd);
1751 * @cd: pointer to command details structure or NULL
1773 struct ice_sq_cd *cd)
1789 status = ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
1835 * @cd: pointer to command details structure or NULL
1841 struct ice_sq_cd *cd)
1853 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
2747 * @cd: pointer to command details structure or NULL
2761 enum ice_adminq_opc opc, struct ice_sq_cd *cd)
2774 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd);
2939 * @cd: pointer to command details structure or NULL
2945 struct ice_sq_cd *cd)
2956 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
2992 * @cd: pointer to command details structure or NULL
2998 struct ice_sq_cd *cd)
3013 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
3217 * @cd: pointer to command details structure or NULL
3226 struct ice_aqc_set_phy_cfg_data *cfg, struct ice_sq_cd *cd)
3259 status = ice_aq_send_cmd(hw, &desc, cfg, sizeof(*cfg), cd);
3685 * @cd: pointer to command details structure or NULL
3691 struct ice_sq_cd *cd)
3707 return ice_aq_send_cmd(pi->hw, &desc, NULL, 0, cd);
3715 * @cd: pointer to command details structure or NULL
3721 struct ice_sq_cd *cd)
3733 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
3740 * @cd: pointer to command details structure or NULL
3745 ice_aq_set_mac_loopback(struct ice_hw *hw, bool ena_lpbk, struct ice_sq_cd *cd)
3756 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
3763 * @cd: pointer to command details structure or NULL
3769 struct ice_sq_cd *cd)
3784 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
3913 * @cd: pointer to command details structure or NULL
3920 bool write, struct ice_sq_cd *cd)
3943 status = ice_aq_send_cmd(hw, &desc, data, length, cd);
4124 * @cd: pointer to command details structure or NULL
4142 struct ice_sq_cd *cd)
4172 return ice_aq_send_cmd(hw, &desc, qg_list, buf_size, cd);
4183 * @cd: pointer to command details structure or NULL
4191 struct ice_sq_cd *cd)
4259 status = ice_aq_send_cmd(hw, &desc, qg_list, buf_size, cd);
4280 * @cd: pointer to command details structure or NULL
4290 struct ice_sq_cd *cd)
4310 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd);
4323 * @cd: pointer to command details structure or NULL
4330 u16 buf_size, struct ice_sq_cd *cd)
4359 return ice_aq_send_cmd(hw, &desc, qset_list, buf_size, cd);
4596 * @cd: pointer to command details structure or NULL
4603 struct ice_sq_cd *cd)
4667 status = ice_aq_add_lan_txq(hw, num_qgrps, buf, buf_size, cd);
4701 * @cd: pointer to command details structure or NULL
4709 struct ice_sq_cd *cd)
4756 vmvf_num, cd);
5569 * @cd: pointer to command details structure or NULL
5576 struct ice_sq_cd *cd)
5596 status = ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
5619 * @cd: pointer to command details structure or NULL
5631 struct ice_sq_cd *cd)
5653 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
5662 * @cd: pointer to command details structure or NULL
5668 struct ice_sq_cd *cd)
5679 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
5688 * @cd: pointer to command details structure or NULL
5695 bool *value, struct ice_sq_cd *cd)
5706 status = ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
5844 * @cd: pointer to command details structure or NULL
5850 struct ice_sq_cd *cd)
5868 return ice_aq_send_cmd(hw, &desc, buf, buf_size, cd);