Searched refs:num_bds (Results 1 – 7 of 7) sorted by relevance
258 u8 num_bds; member260 u8 num_bds; member447 u8 num_bds; member449 u8 num_bds; member882 u8 num_bds; member884 u8 num_bds; member1032 u8 num_bds; member1034 u8 num_bds; member1222 u8 num_bds; member1224 u8 num_bds; member[all …]
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()
1263 cmd->req.num_bds = cmd->io_tbl.bd_valid; in bnx2i_task_xmit()1267 cmd->req.num_bds = 1; in bnx2i_task_xmit()
103 unsigned int num_bds; /* number of BDs */123 unsigned int num_bds; /* number of BDs */ global() member
881 intelhaddata->bd_head %= intelhaddata->num_bds; in had_prog_bd()902 intelhaddata->num_bds = min(num_periods, HAD_NUM_OF_RING_BUFS); in had_init_ringbuf()904 intelhaddata->num_bds = max(intelhaddata->num_bds, 2U); in had_init_ringbuf()914 if (i < intelhaddata->num_bds) in had_init_ringbuf()962 if (++processed >= intelhaddata->num_bds) in had_process_ringbuf()
353 u16 new_idx = 0, num_bds = 0, num_bds_in_packet = 0; in qed_ll2_txq_completion() local369 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_txq_completion()370 while (num_bds) { in qed_ll2_txq_completion()384 if (unlikely(num_bds < num_bds_in_packet)) { in qed_ll2_txq_completion()390 num_bds -= num_bds_in_packet; in qed_ll2_txq_completion()405 b_last_frag, !num_bds); in qed_ll2_txq_completion()885 u16 new_idx = 0, num_bds = 0; in qed_ll2_lb_txq_completion() local895 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_lb_txq_completion()897 if (unlikely(!num_bds)) in qed_ll2_lb_txq_completion()900 while (num_bds) { in qed_ll2_lb_txq_completion()[all …]
326 int num_bds; member