Searched refs:bf_set (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1676 bf_set(lpfc_mqe_command, &mbox->u.mqe, MBX_SLI4_CONFIG);
1684 bf_set(lpfc_mbox_hdr_emb, &sli4_config->header.cfg_mhdr, 1);
1688 bf_set(lpfc_mbox_hdr_opcode,
1690 bf_set(lpfc_mbox_hdr_subsystem,
1739 bf_set(lpfc_mbox_hdr_sge_cnt, &sli4_config->header.cfg_mhdr, pagen);
1743 bf_set(lpfc_mbox_hdr_opcode, &cfg_shdr->request, opcode);
1744 bf_set(lpfc_mbox_hdr_subsystem, &cfg_shdr->request, subsystem);
1840 bf_set(lpfc_mbx_read_fcf_tbl_indx, &read_fcf->u.request, fcf_index);
1860 bf_set(lpfc_mqe_command, &mboxq->u.mqe, MBX_SLI4_REQ_FTRS);
1863 bf_set(lpfc_mbx_rq_ftr_rq_fcp
[all...]
H A Dlpfc_sli.c98 bf_set(lpfc_wqe_gen_wqec, &wqe->generic, 1);
108 bf_set(lpfc_wq_doorbell_num_posted, &doorbell, 1);
109 bf_set(lpfc_wq_doorbell_index, &doorbell, host_index);
110 bf_set(lpfc_wq_doorbell_id, &doorbell, q->queue_id);
174 bf_set(lpfc_mq_doorbell_num_posted, &doorbell, 1);
175 bf_set(lpfc_mq_doorbell_id, &doorbell, q->queue_id);
260 bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1);
261 bf_set(lpfc_eqcq_doorbell_eqci, &doorbell, 1);
263 bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, released);
264 bf_set(lpfc_eqcq_doorbell_q
[all...]
H A Dlpfc_scsi.c139 bf_set(lpfc_sli4_sge_last, sgl, 1);
823 bf_set(lpfc_sli4_sge_last, sgl, 0);
831 bf_set(lpfc_sli4_sge_last, sgl, 1);
1325 bf_set(pde5_type, pde5, LPFC_PDE5_DESCRIPTOR);
1339 bf_set(pde6_type, pde6, LPFC_PDE6_DESCRIPTOR);
1340 bf_set(pde6_optx, pde6, txop);
1341 bf_set(pde6_oprx, pde6, rxop);
1343 bf_set(pde6_ce, pde6, 1);
1344 bf_set(pde6_re, pde6, 1);
1345 bf_set(pde6_a
[all...]
H A Dlpfc_hw4.h40 * bf_set(example_bit_field, &t1, 2);
42 * bf_set(example_bit_field, &t1, 0);
52 #define bf_set(name, ptr, value) \ macro
H A Dlpfc_init.c2919 bf_set(lpfc_mbx_del_fcf_tbl_count, del_fcf_record, 1);
2920 bf_set(lpfc_mbx_del_fcf_tbl_index, del_fcf_record,

Completed in 126 milliseconds