Lines Matching defs:c
4 * Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved.
2130 * cxgb4_port_e2cchan - get the HW c-channel of a port
2133 * Return the HW RX c-channel of the given port.
4171 static int adap_init1(struct adapter *adap, struct fw_caps_config_cmd *c)
4187 memset(c, 0, sizeof(*c));
4188 c->op_to_write = htonl(FW_CMD_OP_V(FW_CAPS_CONFIG_CMD) |
4190 c->cfvalid_to_len16 = htonl(FW_LEN16(*c));
4191 ret = t4_wr_mbox(adap, adap->mbox, c, sizeof(*c), c);
4195 c->op_to_write = htonl(FW_CMD_OP_V(FW_CAPS_CONFIG_CMD) |
4197 ret = t4_wr_mbox(adap, adap->mbox, c, sizeof(*c), NULL);
5456 struct fw_caps_config_cmd c;
5481 if (adap_init1(adap, &c))