Searched refs:h2d_ring (Results 1 – 6 of 6) sorted by relevance
7154 h2d_ring_create_req_t *h2d_ring; in dhd_send_h2d_ringcreate() local7175 h2d_ring = (h2d_ring_create_req_t *)dhd_prot_alloc_ring_space(dhd, in dhd_send_h2d_ringcreate()7179 if (h2d_ring == NULL) { in dhd_send_h2d_ringcreate()7189 h2d_ring->msg.msg_type = MSG_TYPE_H2D_RING_CREATE; in dhd_send_h2d_ringcreate()7190 h2d_ring->msg.if_id = 0; in dhd_send_h2d_ringcreate()7191 h2d_ring->msg.request_id = htol32(ring_to_create->create_req_id); in dhd_send_h2d_ringcreate()7192 h2d_ring->msg.flags = dhd->prot->h2dring_ctrl_subn.current_phase; in dhd_send_h2d_ringcreate()7193 h2d_ring->ring_id = htol16(DHD_H2D_RING_OFFSET(ring_to_create->idx)); in dhd_send_h2d_ringcreate()7194 h2d_ring->ring_type = BCMPCIE_H2D_RING_TYPE_DBGBUF_SUBMIT; in dhd_send_h2d_ringcreate()7195 h2d_ring->max_items = htol16(H2DRING_DYNAMIC_INFO_MAX_ITEM); in dhd_send_h2d_ringcreate()[all …]
8893 h2d_ring_create_req_t *h2d_ring; local8910 h2d_ring = (h2d_ring_create_req_t *)dhd_prot_alloc_ring_space(dhd,8914 if (h2d_ring == NULL) {8924 h2d_ring->msg.msg_type = MSG_TYPE_H2D_RING_CREATE;8925 h2d_ring->msg.if_id = 0;8926 h2d_ring->msg.request_id = htol32(ring_to_create->create_req_id);8927 h2d_ring->msg.flags = ctrl_ring->current_phase;8928 h2d_ring->ring_id = htol16(DHD_H2D_RING_OFFSET(ring_to_create->idx));8929 h2d_ring->ring_type = ring_type;8930 h2d_ring->max_items = htol16(H2DRING_DYNAMIC_INFO_MAX_ITEM);[all …]
8895 h2d_ring_create_req_t *h2d_ring; local8912 h2d_ring = (h2d_ring_create_req_t *)dhd_prot_alloc_ring_space(dhd,8916 if (h2d_ring == NULL) {8926 h2d_ring->msg.msg_type = MSG_TYPE_H2D_RING_CREATE;8927 h2d_ring->msg.if_id = 0;8928 h2d_ring->msg.request_id = htol32(ring_to_create->create_req_id);8929 h2d_ring->msg.flags = ctrl_ring->current_phase;8930 h2d_ring->ring_id = htol16(DHD_H2D_RING_OFFSET(ring_to_create->idx));8931 h2d_ring->ring_type = ring_type;8932 h2d_ring->max_items = htol16(H2DRING_DYNAMIC_INFO_MAX_ITEM);[all …]
11762 h2d_ring_create_req_t *h2d_ring; local11783 h2d_ring = (h2d_ring_create_req_t *)dhd_prot_alloc_ring_space(dhd,11787 if (h2d_ring == NULL) {11797 h2d_ring->msg.msg_type = MSG_TYPE_H2D_RING_CREATE;11798 h2d_ring->msg.if_id = 0;11799 h2d_ring->msg.request_id = htol32(ring_to_create->create_req_id);11800 h2d_ring->msg.flags = ctrl_ring->current_phase;11801 h2d_ring->ring_id = htol16(DHD_H2D_RING_OFFSET(ring_to_create->idx));11802 h2d_ring->ring_type = ring_type;11803 h2d_ring->max_items = htol16(H2DRING_DYNAMIC_INFO_MAX_ITEM);[all …]
11766 h2d_ring_create_req_t *h2d_ring; local11787 h2d_ring = (h2d_ring_create_req_t *)dhd_prot_alloc_ring_space(dhd,11791 if (h2d_ring == NULL) {11801 h2d_ring->msg.msg_type = MSG_TYPE_H2D_RING_CREATE;11802 h2d_ring->msg.if_id = 0;11803 h2d_ring->msg.request_id = htol32(ring_to_create->create_req_id);11804 h2d_ring->msg.flags = ctrl_ring->current_phase;11805 h2d_ring->ring_id = htol16(DHD_H2D_RING_OFFSET(ring_to_create->idx));11806 h2d_ring->ring_type = ring_type;11807 h2d_ring->max_items = htol16(H2DRING_DYNAMIC_INFO_MAX_ITEM);[all …]