Searched refs:posted_write (Results 1 – 4 of 4) sorted by relevance
1110 boolean_t posted_write = B_FALSE; in h1394_write_request() local1164 posted_write = s1394_is_posted_write(hal, req->cmd_addr); in h1394_write_request()1203 if (posted_write == B_TRUE) { in h1394_write_request()1284 s_priv->posted_write = B_TRUE; in h1394_write_request()
1199 boolean_t posted_write = B_FALSE; in t1394_recv_request_done() local1228 posted_write = s_priv->posted_write; in t1394_recv_request_done()1233 ((write_cmd == B_TRUE) && (posted_write == B_TRUE))) in t1394_recv_request_done()1237 if ((write_cmd == B_TRUE) && (posted_write == B_TRUE)) { in t1394_recv_request_done()
1127 if ((resp->broadcast == 1) || ((s_priv->posted_write == B_TRUE) && in s1394_send_response()
897 boolean_t posted_write; member