Lines Matching defs:global

655                                    uint8_t          *global,
3745 /* returns the "mcp load_code" according to global load_count array */
3769 /* returns the "mcp load_code" according to global load_count array */
4222 uint8_t global = FALSE;
4317 * engine that doesn't reset global blocks in case of global
4363 if (IS_PF(sc) && bxe_chk_parity_attn(sc, &global, FALSE)) {
4367 if (global) {
5447 "-> Prse: %p bd=%d global=0x%x ip_hlen_w=%u "
7255 uint8_t *global,
7299 *global = TRUE;
7398 uint8_t *global,
7411 *global = TRUE;
7417 *global = TRUE;
7423 *global = TRUE;
7429 *global = TRUE;
7474 uint8_t *global,
7503 par_num, global, print);
7511 par_num, global, print);
7520 if( *global == TRUE ) {
7532 uint8_t *global,
7559 return (bxe_parity_attn(sc, global, print, attn.sig));
8210 uint8_t global = FALSE;
8218 if (bxe_chk_parity_attn(sc, &global, TRUE)) {
10897 uint8_t global)
10903 * Bits that have to be set in reset_mask2 if we want to reset 'global'
10959 /* Don't reset global blocks unless we need to */
10960 if (!global)
10998 uint8_t global)
11062 if (global) {
11071 bxe_process_kill_chip_reset(sc, global);
11080 if (global && bxe_reset_mcp_comp(sc, val)) {
11101 uint8_t global = bxe_reset_is_global(sc);
11108 if (!global && !BXE_NOMCP(sc)) {
11133 if (bxe_process_kill(sc, global)) {
11144 if (global) {
11151 if (!global && !BXE_NOMCP(sc)) {
12348 uint8_t global = FALSE;
12368 bxe_chk_parity_attn(sc, &global, FALSE);
12395 * Check if there is a global attention and if
12396 * there was a global attention, set the global
12399 if (global) {
12431 global = bxe_reset_is_global(sc);
12434 * In case of a parity in a global block, let
12436 * leader_reset() reset the global blocks in
12437 * order to clear global attentions. Otherwise
12442 (global && other_load_status)) {
12499 * If there was a global attention, wait
12867 uint8_t global = FALSE;
12900 bxe_chk_parity_attn(sc, &global, TRUE)) {
12903 * If there are attentions and they are in global blocks, set
12907 if (global) {
12913 * to recover in open. In case of attentions in global blocks
12916 if ((!load_status && (!global || !other_load_status)) &&