Lines Matching defs:common

253 static int load_count[2][3] = { {0} }; /* per-path: 0-common, 1-port0, 2-port1 */
2411 int common;
2413 common = bxe_is_contextless_ramrod(command, cmd_type);
2417 if (common) {
2453 if (common) {
2463 "SPQE[%x] (%x:%x) (cmd, common?) (%d,%d) hw_cid %x data (%x:%x) type(0x%x) left (CQ, EQ) (%lx,%lx)\n",
2468 common,
9455 sb_data_e2.common.state = SB_DISABLED;
9456 sb_data_e2.common.p_func.vf_valid = FALSE;
9462 sb_data_e1x.common.state = SB_DISABLED;
9463 sb_data_e1x.common.p_func.vf_valid = FALSE;
9583 sb_data_e2.common.state = SB_ENABLED;
9584 sb_data_e2.common.p_func.pf_id = SC_FUNC(sc);
9585 sb_data_e2.common.p_func.vf_id = vfid;
9586 sb_data_e2.common.p_func.vf_valid = vf_valid;
9587 sb_data_e2.common.p_func.vnic_id = SC_VN(sc);
9588 sb_data_e2.common.same_igu_sb_1b = TRUE;
9589 sb_data_e2.common.host_sb_addr.hi = U64_HI(busaddr);
9590 sb_data_e2.common.host_sb_addr.lo = U64_LO(busaddr);
9591 hc_sm_p = sb_data_e2.common.state_machine;
9598 sb_data_e1x.common.state = SB_ENABLED;
9599 sb_data_e1x.common.p_func.pf_id = SC_FUNC(sc);
9600 sb_data_e1x.common.p_func.vf_id = 0xff;
9601 sb_data_e1x.common.p_func.vf_valid = FALSE;
9602 sb_data_e1x.common.p_func.vnic_id = SC_VN(sc);
9603 sb_data_e1x.common.same_igu_sb_1b = TRUE;
9604 sb_data_e1x.common.host_sb_addr.hi = U64_HI(busaddr);
9605 sb_data_e1x.common.host_sb_addr.lo = U64_LO(busaddr);
9606 hc_sm_p = sb_data_e1x.common.state_machine;
11265 /* set flags that are common for the Tx-only and not normal connections */
11325 /* merge with common flags */
15631 * It is possible a previous function received 'common' answer,
15633 * multiple functions receiving 'common' on the same path.
15821 /* non-common reply from MCP night require looping */
16716 /* Avoid common init in case MFW supports LFA */
17113 BLOGD(sc, DBG_LOAD, "starting common init for func %d\n",
17221 * first PF that is loaded in a path (i.e. common phase)
17634 * common phase, we need to enable it here before any dmae access are