Searched refs:port_cmd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dt4vf_hw.c272 struct fw_port_cmd port_cmd, port_rpl; local
301 memset(&port_cmd, 0, sizeof(port_cmd));
302 port_cmd.op_to_portid = cpu_to_be32(FW_CMD_OP(FW_PORT_CMD) |
306 port_cmd.action_to_len16 =
308 FW_LEN16(port_cmd));
309 v = t4vf_wr_mbox(adapter, &port_cmd, sizeof(port_cmd), &port_rpl);
1268 const struct fw_port_cmd *port_cmd = (void *)rpl; local
1276 be32_to_cpu(port_cmd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddefxx.c2655 PI_UINT32 port_cmd; /* Port Control command register value */ local
2660 port_cmd = (PI_UINT32) (command | PI_PCTRL_M_CMD_ERROR);
2666 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_CTRL, port_cmd);
2677 dfx_port_read_long(bp, PI_PDQ_K_REG_PORT_CTRL, &port_cmd);
2678 if (!(port_cmd & PI_PCTRL_M_CMD_ERROR))

Completed in 106 milliseconds