Lines Matching defs:lport
697 resp->lport_num = pi->lport;
3626 desc.params.set_phy.lport_num = pi->lport;
4142 cmd->lport_num = pi->lport;
4240 * @lport: bits [7:0] = logical port, bit [8] = logical port valid
4253 ice_aq_sff_eeprom(struct ice_hw *hw, u16 lport, u8 bus_addr,
4267 cmd->lport_num = (u8)(lport & 0xff);
4268 cmd->lport_num_valid = (u8)((lport >> 8) & 0x01);
6212 (ICE_AQC_NVM_LLDP_STATUS_M_LEN * pi->lport);
6215 (ICE_AQC_NVM_LLDP_STATUS_M_LEN * pi->lport);
6284 (ICE_AQC_NVM_LLDP_STATUS_M_LEN * pi->lport);
6287 (ICE_AQC_NVM_LLDP_STATUS_M_LEN * pi->lport);
6534 tlv_start = tlv + pi->lport * ICE_SR_PFA_LINK_OVERRIDE_WORDS +
6654 * @lport: logical port to call the command with (optional)
6655 * @lport_valid: when false, FW uses port owned by the PF instead of lport,
6667 u8 *option_count, u8 lport, bool lport_valid,
6683 cmd->lport_num = lport;
6729 * @lport: logical port to call the command with
6730 * @lport_valid: when false, FW uses port owned by the PF instead of lport,
6737 ice_aq_set_port_option(struct ice_hw *hw, u8 lport, u8 lport_valid,
6749 cmd->lport_num = lport;