Searched refs:num_bds (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/scsi/bnx2i/ |
A D | 57xx_iscsi_hsi.h | 258 u8 num_bds; member 260 u8 num_bds; member 447 u8 num_bds; member 449 u8 num_bds; member 882 u8 num_bds; member 884 u8 num_bds; member 1032 u8 num_bds; member 1034 u8 num_bds; member 1222 u8 num_bds; member 1224 u8 num_bds; member [all …]
|
A D | bnx2i_hwi.c | 367 login_wqe->num_bds = 1; in bnx2i_send_iscsi_login() 441 tmfabort_wqe->num_bds = 1; in bnx2i_send_iscsi_tmf() 488 text_wqe->num_bds = 1; in bnx2i_send_iscsi_text() 571 nopout_wqe->num_bds = 1; in bnx2i_send_iscsi_nopout() 613 logout_wqe->num_bds = 1; in bnx2i_send_iscsi_logout()
|
A D | bnx2i_iscsi.c | 1263 cmd->req.num_bds = cmd->io_tbl.bd_valid; in bnx2i_task_xmit() 1267 cmd->req.num_bds = 1; in bnx2i_task_xmit()
|
/linux/drivers/usb/gadget/udc/bdc/ |
A D | bdc_ep.c | 425 static int setup_bd_list_xfr(struct bdc *bdc, struct bdc_req *req, int num_bds) in setup_bd_list_xfr() argument 447 __func__, ep->name, num_bds, tfs, req_len, bd); in setup_bd_list_xfr() 449 for (bdnum = 0; bdnum < num_bds; bdnum++) { in setup_bd_list_xfr() 500 bd_xfr->num_bds = num_bds; in setup_bd_list_xfr() 511 int num_bds, bd_available; in bdc_queue_xfr() local 520 num_bds = bd_needed_req(req); in bdc_queue_xfr() 524 if (num_bds > bd_available) in bdc_queue_xfr() 527 ret = setup_bd_list_xfr(bdc, req, num_bds); in bdc_queue_xfr() 988 if (sr_status == XSF_SHORT && bd_xfr->num_bds > 1) { in handle_xsr_succ_status()
|
A D | bdc.h | 326 int num_bds; member
|
/linux/sound/x86/ |
A D | intel_hdmi_audio.h | 123 unsigned int num_bds; /* number of BDs */ member
|
A D | intel_hdmi_audio.c | 885 intelhaddata->bd_head %= intelhaddata->num_bds; in had_prog_bd() 906 intelhaddata->num_bds = min(num_periods, HAD_NUM_OF_RING_BUFS); in had_init_ringbuf() 908 intelhaddata->num_bds = max(intelhaddata->num_bds, 2U); in had_init_ringbuf() 918 if (i < intelhaddata->num_bds) in had_init_ringbuf() 968 if (++processed >= intelhaddata->num_bds) { in had_process_ringbuf()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_ll2.c | 350 u16 new_idx = 0, num_bds = 0, num_bds_in_packet = 0; in qed_ll2_txq_completion() local 366 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_txq_completion() 367 while (num_bds) { in qed_ll2_txq_completion() 381 if (unlikely(num_bds < num_bds_in_packet)) { in qed_ll2_txq_completion() 387 num_bds -= num_bds_in_packet; in qed_ll2_txq_completion() 402 b_last_frag, !num_bds); in qed_ll2_txq_completion() 883 u16 new_idx = 0, num_bds = 0; in qed_ll2_lb_txq_completion() local 893 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_lb_txq_completion() 895 if (unlikely(!num_bds)) in qed_ll2_lb_txq_completion() 898 while (num_bds) { in qed_ll2_lb_txq_completion() [all …]
|
Completed in 36 milliseconds