Searched refs:entry_state (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | mpoa_caches.c | 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() 159 if (entry->entry_state == INGRESS_RESOLVING && entry->shortcut != NULL) 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 in refresh_entries() [all...] |
H A D | mpoa_caches.h | 24 uint16_t entry_state; member 61 uint16_t entry_state; member
|
H A D | mpoa_proc.c | 155 ingress_state_string(in_entry->entry_state), in mpc_show() 176 egress_state_string(eg_entry->entry_state), in mpc_show()
|
H A D | mpc.c | 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 in MPOA_res_reply_rcvd() [all...] |
/kernel/linux/linux-6.6/net/atm/ |
H A D | mpoa_caches.c | 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() 159 if (entry->entry_state == INGRESS_RESOLVING && entry->shortcut != NULL) 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 in refresh_entries() [all...] |
H A D | mpoa_caches.h | 24 uint16_t entry_state; member 61 uint16_t entry_state; member
|
H A D | mpoa_proc.c | 155 ingress_state_string(in_entry->entry_state), in mpc_show() 176 egress_state_string(eg_entry->entry_state), in mpc_show()
|
H A D | mpc.c | 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 in MPOA_res_reply_rcvd() [all...] |
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_iscsi.h | 413 uint8_t entry_state; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_iscsi.h | 414 uint8_t entry_state; member
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 3534 sess->entry_state = test_bit(OPT_ENTRY_STATE, &options); in qla4xxx_copy_from_fwddb_param() 3668 SET_BITVAL(sess->entry_state, options, BIT_3); in qla4xxx_copy_to_fwddb_param() 7894 rc = sprintf(buf, "%u\n", fnode_sess->entry_state); in qla4xxx_sysfs_ddb_get_param() 8155 fnode_sess->entry_state = fnode_param->value[0]; in qla4xxx_sysfs_ddb_set_param()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 3529 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()
|
Completed in 27 milliseconds