Searched refs:entry_state (Results 1 – 6 of 6) sorted by relevance
123 entry->entry_state = INGRESS_INVALID; in in_cache_add_entry()139 if (entry->entry_state == INGRESS_RESOLVED && entry->shortcut != NULL) in cache_hit()142 if (entry->entry_state == INGRESS_REFRESHING) { in cache_hit()152 entry->entry_state = INGRESS_RESOLVING; in cache_hit()163 entry->entry_state == INGRESS_INVALID) { in cache_hit()166 entry->entry_state = INGRESS_RESOLVING; in cache_hit()262 if (entry->entry_state == INGRESS_RESOLVING) { in check_resolving_entries()309 if (entry->entry_state == INGRESS_RESOLVED) { in refresh_entries()315 entry->entry_state = INGRESS_REFRESHING; in refresh_entries()481 entry->entry_state = EGRESS_RESOLVED; in eg_cache_add_entry()[all …]
24 uint16_t entry_state; member61 uint16_t entry_state; member
630 in_entry->entry_state < INGRESS_RESOLVED) { in atm_mpoa_vcc_attach()1088 entry->entry_state = INGRESS_RESOLVING; in MPOA_trigger_rcvd()1097 if (entry->entry_state == INGRESS_INVALID) { in MPOA_trigger_rcvd()1098 entry->entry_state = INGRESS_RESOLVING; in MPOA_trigger_rcvd()1169 ddprintk_cont(" entry_state = %d ", entry->entry_state); in MPOA_res_reply_rcvd()1171 if (entry->entry_state == INGRESS_RESOLVED) { in MPOA_res_reply_rcvd()1184 if (entry->entry_state == INGRESS_RESOLVING && in MPOA_res_reply_rcvd()1186 entry->entry_state = INGRESS_RESOLVED; in MPOA_res_reply_rcvd()1199 entry->entry_state = INGRESS_RESOLVED; in MPOA_res_reply_rcvd()
155 ingress_state_string(in_entry->entry_state), in mpc_show()176 egress_state_string(eg_entry->entry_state), in mpc_show()
414 uint8_t entry_state; member
3519 sess->entry_state = test_bit(OPT_ENTRY_STATE, &options); in qla4xxx_copy_from_fwddb_param()3652 SET_BITVAL(sess->entry_state, options, BIT_3); in qla4xxx_copy_to_fwddb_param()7869 rc = sprintf(buf, "%u\n", fnode_sess->entry_state); in qla4xxx_sysfs_ddb_get_param()8125 fnode_sess->entry_state = fnode_param->value[0]; in qla4xxx_sysfs_ddb_set_param()
Completed in 27 milliseconds