Searched refs:frag_count (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/fddi/skfp/ |
H A D | hwmtm.c | 97 int frag_count, int len); 100 int frag_count); 102 volatile struct s_smt_fp_rxd *rxd, int frag_count); 145 int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len, 1037 int frag_count ; /* number of RxDs of the curr rx buf */ in process_receive() local 1057 frag_count = 0 ; in process_receive() 1121 if (frag_count) { in process_receive() 1127 frag_count++ ; in process_receive() 1130 used_frags = frag_count ; in process_receive() 1140 frag_count in process_receive() 1460 int frag_count ; mac_drv_clear_rx_queue() local 1542 hwm_tx_init(struct s_smc * smc,u_char fc,int frag_count,int frame_len,int frame_status) hwm_tx_init() argument 1804 int frag_count ; smt_send_mbuf() local 1941 int frag_count ; mac_drv_clear_txd() local [all...] |
H A D | skfddi.c | 127 int frag_count, int len); 129 int frag_count); 132 int frag_count); 142 extern int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, 1556 * frag_count - Count of RxDs used by the received frame. 1564 int frag_count, int len) in mac_drv_rx_complete() argument 1573 if (frag_count != 1) { // This is not allowed to happen. in mac_drv_rx_complete() 1657 mac_drv_requeue_rxd(smc, rxd, frag_count); in mac_drv_rx_complete() 1670 * to the RxD and the frag_count into the receive queue again. This 1677 * frag_count 1683 mac_drv_requeue_rxd(struct s_smc * smc,volatile struct s_smt_fp_rxd * rxd,int frag_count) mac_drv_requeue_rxd() argument 1822 mac_drv_clear_rxd(struct s_smc * smc,volatile struct s_smt_fp_rxd * rxd,int frag_count) mac_drv_clear_rxd() argument [all...] |
/linux/sound/pci/ctxfi/ |
H A D | cttimer.c | 39 unsigned int frag_count; member 196 if (ti->frag_count > diff) in ct_xfitimer_reprogram() 197 ti->frag_count -= diff; in ct_xfitimer_reprogram() 212 ti->frag_count = div_u64((u64)pos * CT_TIMER_FREQ + in ct_xfitimer_reprogram() 217 if (ti->frag_count < min_intr) in ct_xfitimer_reprogram() 218 min_intr = ti->frag_count; in ct_xfitimer_reprogram() 265 ti->frag_count = ti->substream->runtime->period_size; in ct_xfitimer_prepare()
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_io.c | 657 int i, k, frag_count, delta = 0; in qlcnic_xmit_frame() local 676 frag_count = skb_shinfo(skb)->nr_frags + 1; in qlcnic_xmit_frame() 681 if (!skb_is_gso(skb) && frag_count > QLCNIC_MAX_FRAGS_PER_TX) { in qlcnic_xmit_frame() 682 for (i = 0; i < (frag_count - QLCNIC_MAX_FRAGS_PER_TX); i++) in qlcnic_xmit_frame() 688 frag_count = 1 + skb_shinfo(skb)->nr_frags; in qlcnic_xmit_frame() 714 pbuf->frag_count = frag_count; in qlcnic_xmit_frame() 716 qlcnic_set_tx_frags_len(first_desc, frag_count, skb->len); in qlcnic_xmit_frame() 719 for (i = 0; i < frag_count; i++) { in qlcnic_xmit_frame() 909 for (i = 1; i < buffer->frag_count; in qlcnic_process_cmd_ring() [all...] |
H A D | qlcnic_init.c | 144 for (j = 1; j < cmd_buf->frag_count; j++) { in qlcnic_release_tx_buffers()
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 444 unsigned int frag_count = 0U; in hw_atl_a0_hw_ring_tx_xmit() local 451 for (frag_count = 0; frag_count < frags; frag_count++) { in hw_atl_a0_hw_ring_tx_xmit()
|
/linux/fs/configfs/ |
H A D | configfs_internal.h | 22 atomic_t frag_count; member
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_nic.c | 584 unsigned int frag_count = 0U; in aq_nic_map_xdp() local 611 for (; nr_frags--; ++frag_count) { in aq_nic_map_xdp() 612 skb_frag_t *frag = &sinfo->frags[frag_count]; in aq_nic_map_xdp() 682 unsigned int frag_count = 0U; in aq_nic_map_skb() local 756 for (; nr_frags--; ++frag_count) { in aq_nic_map_skb() 761 skb_frag_t *frag = &skb_shinfo(skb)->frags[frag_count]; in aq_nic_map_skb()
|
/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic.h | 546 u32 frag_count; member
|