Home | History | Annotate | Download | only in cxgb

Lines Matching refs:sge

1503         { F_SGE_FRAMING_ERROR, "CPL switch SGE framing error", -1, 1 },
1770 * concentrator and the SGE data interrupts.
1871 * t3_sge_write_context - write an SGE context
1876 * Program an SGE context with the values already loaded in the
1893 * t3_sge_init_ecntxt - initialize an SGE egress context
1905 * Initialize an SGE egress context and make it ready for use. If the
1937 * t3_sge_init_flcntxt - initialize an SGE free-buffer list context
1948 * Initialize an SGE free list context and make it ready for use. The
1977 * t3_sge_init_rspcntxt - initialize an SGE response queue context
1987 * Initialize an SGE response queue context and make it ready for use.
2016 * t3_sge_init_cqcntxt - initialize an SGE completion queue context
2026 * Initialize an SGE completion queue context and make it ready for use.
2053 * t3_sge_enable_ecntxt - enable/disable an SGE egress context
2058 * Enable or disable an SGE egress context. The caller is responsible for
2078 * t3_sge_disable_fl - disable an SGE free-buffer list
2082 * Disable an SGE free-buffer list. The caller is responsible for
2102 * t3_sge_disable_rspcntxt - disable an SGE response queue
2106 * Disable an SGE response queue. The caller is responsible for
2126 * t3_sge_disable_cqcntxt - disable an SGE completion queue
2130 * Disable an SGE completion queue. The caller is responsible for
2156 * Perform the selected operation on an SGE completion queue context.
2194 * t3_sge_read_context - read an SGE context
2200 * Read an SGE egress context. The caller is responsible for ensuring
2222 * t3_sge_read_ecntxt - read an SGE egress context
2227 * Read an SGE egress context. The caller is responsible for ensuring
2238 * t3_sge_read_cq - read an SGE CQ context
2243 * Read an SGE CQ context. The caller is responsible for ensuring
2254 * t3_sge_read_fl - read an SGE free-list context
2259 * Read an SGE free-list context. The caller is responsible for ensuring
2270 * t3_sge_read_rspq - read an SGE response queue context
2275 * Read an SGE response queue context. The caller is responsible for
3464 uimin(adapter->params.sge.max_pkt_size,
3467 uimin(adapter->params.sge.max_pkt_size, 16384U));
3479 t3_sge_init(adapter, &adapter->params.sge);
3723 t3_sge_prep(adapter, &adapter->params.sge);