Searched refs:p_status_tail (Results 1 – 2 of 2) sorted by relevance
5234 ha->adapt->p_status_tail = ha->adapt->status; in ips_statinit()5265 ha->adapt->p_status_tail = ha->adapt->status; in ips_statinit_memio()5291 if (ha->adapt->p_status_tail != ha->adapt->p_status_end) { in ips_statupd_copperhead()5292 ha->adapt->p_status_tail++; in ips_statupd_copperhead()5295 ha->adapt->p_status_tail = ha->adapt->p_status_start; in ips_statupd_copperhead()5302 return (ha->adapt->p_status_tail->value); in ips_statupd_copperhead()5319 if (ha->adapt->p_status_tail != ha->adapt->p_status_end) { in ips_statupd_copperhead_memio()5320 ha->adapt->p_status_tail++; in ips_statupd_copperhead_memio()5323 ha->adapt->p_status_tail = ha->adapt->p_status_start; in ips_statupd_copperhead_memio()5329 return (ha->adapt->p_status_tail->value); in ips_statupd_copperhead_memio()
678 volatile PIPS_STATUS p_status_tail; member