Home
last modified time | relevance | path

Searched refs:entry_state (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/atm/
H A Dmpoa_caches.c123 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 …]
H A Dmpoa_caches.h24 uint16_t entry_state; member
61 uint16_t entry_state; member
H A Dmpc.c630 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()
H A Dmpoa_proc.c155 ingress_state_string(in_entry->entry_state), in mpc_show()
176 egress_state_string(eg_entry->entry_state), in mpc_show()
/openbmc/linux/include/scsi/
H A Dscsi_transport_iscsi.h414 uint8_t entry_state; member
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c3529 sess->entry_state = test_bit(OPT_ENTRY_STATE, &options); in qla4xxx_copy_from_fwddb_param()
3662 SET_BITVAL(sess->entry_state, options, BIT_3); in qla4xxx_copy_to_fwddb_param()
7879 rc = sprintf(buf, "%u\n", fnode_sess->entry_state); in qla4xxx_sysfs_ddb_get_param()
8140 fnode_sess->entry_state = fnode_param->value[0]; in qla4xxx_sysfs_ddb_set_param()