Searched refs:num_bds (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/bnx2i/ |
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 …]
|
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()
|
D | bnx2i_iscsi.c | 1267 cmd->req.num_bds = cmd->io_tbl.bd_valid; in bnx2i_task_xmit() 1271 cmd->req.num_bds = 1; in bnx2i_task_xmit()
|
/drivers/usb/gadget/udc/bdc/ |
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() 986 if (sr_status == XSF_SHORT && bd_xfr->num_bds > 1) { in handle_xsr_succ_status()
|
D | bdc.h | 326 int num_bds; member
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_ll2.c | 350 u16 new_idx = 0, num_bds = 0, num_bds_in_packet = 0; in qed_ll2_txq_completion() local 363 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_txq_completion() 364 while (num_bds) { in qed_ll2_txq_completion() 378 if (num_bds < num_bds_in_packet) { in qed_ll2_txq_completion() 384 num_bds -= num_bds_in_packet; in qed_ll2_txq_completion() 399 b_last_frag, !num_bds); in qed_ll2_txq_completion() 870 u16 new_idx = 0, num_bds = 0; in qed_ll2_lb_txq_completion() local 877 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_lb_txq_completion() 879 if (!num_bds) in qed_ll2_lb_txq_completion() 882 while (num_bds) { in qed_ll2_lb_txq_completion() [all …]
|