Lines Matching defs:port
1372 /* Get port vec information. */
1541 * Get the highest speed for the port from the advertised Port
1806 csio_err(hw, "failed to issue FW_PARAMS_CMD(r) port:%d\n",
1822 csio_err(hw, "failed to issue FW_PORT_CMD(r) port:%d\n",
1831 csio_err(hw, "FW_PORT_CMD(r) port:%d failed: 0x%x\n",
1846 csio_err(hw, "failed to issue FW_PORT_CMD(w) port:%d\n",
1854 csio_err(hw, "FW_PORT_CMD(w) port:%d failed :0x%x\n",
3559 static void csio_xgmac_intr_handler(struct csio_hw *hw, int port)
3561 uint32_t v = csio_rd_reg32(hw, T5_PORT_REG(port, MAC_PORT_INT_CAUSE_A));
3568 csio_fatal(hw, "XGMAC %d Tx FIFO parity error\n", port);
3570 csio_fatal(hw, "XGMAC %d Rx FIFO parity error\n", port);
3571 csio_wr_reg32(hw, v, T5_PORT_REG(port, MAC_PORT_INT_CAUSE_A));