Searched refs:free (Results 251 - 275 of 277) sorted by relevance

<<1112

/drivers/net/ethernet/atheros/atlx/
H A Datl2.c8 * This program is free software; you can redistribute it and/or modify it
440 * Check that some rx space is free. If not,
441 * free one and mark stats->rx_dropped++.
1951 goto free;
1957 free:
/drivers/infiniband/hw/mlx5/
H A Dcq.c194 complete(&msrq->free);
/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c309 int allocated, free, reserved, guaranteed, from_free; local
319 free = (port > 0) ? res_alloc->res_port_free[port - 1] :
336 /* portion may need to be obtained from free area */
344 if (free - from_free >= reserved)
347 mlx4_warn(dev, "VF %d port %d res %s: free pool empty, free %d from_free %d rsvd %d\n",
348 slave, port, resource_str(res_type), free,
620 /* free master's vlans */
/drivers/net/wireless/b43/
H A Dphy_ht.c8 This program is free software; you can redistribute it and/or modify
1141 .free = b43_phy_ht_op_free,
H A Dphy_g.c12 This program is free software; you can redistribute it and/or modify
3035 .free = b43_gphy_op_free,
H A Dphy_lp.c9 This program is free software; you can redistribute it and/or modify
2701 .free = b43_lpphy_op_free,
/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3493 * @free: if true any existing filters for this VI id are first removed
3511 unsigned int viid, bool free, unsigned int naddr,
3526 FW_CMD_WRITE | (free ? FW_CMD_EXEC : 0) |
3528 c.freemacs_to_len16 = htonl(FW_VI_MAC_CMD_FREEMACS(free) |
3566 * filter so the generic way to modify an address filter is to free the one
3697 * t4_iq_free - free an ingress queue and its FLs
3728 * t4_eth_eq_free - free an Ethernet egress queue
3752 * t4_ctrl_eq_free - free a control egress queue
3776 * t4_ofld_eq_free - free an offload egress queue
3510 t4_alloc_mac_filt(struct adapter *adap, unsigned int mbox, unsigned int viid, bool free, unsigned int naddr, const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok) argument
H A Dcxgb4_main.c580 bool free = true; local
594 ret = t4_alloc_mac_filt(pi->adapter, mb, pi->viid, free,
599 free = false;
608 ret = t4_alloc_mac_filt(pi->adapter, mb, pi->viid, free,
613 free = false;
735 * need to free any existing Layer Two Table (L2T) entries of the old
3488 /* Setup the free list for atid_tab and clear the stid bitmap. */
6833 /* If we allocated filters, free up state associated with any
/drivers/gpio/
H A Dgpio-omap.c10 * This program is free software; you can redistribute it and/or modify
1093 bank->chip.free = omap_gpio_free;
/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c9 * This program is free software; you can redistribute it and/or modify
1083 .free = nmk_gpio_free,
/drivers/pinctrl/
H A Dpinctrl-at91.c1668 .free = at91_gpio_free,
H A Dpinctrl-rockchip.c16 * This program is free software; you can redistribute it and/or modify
1370 .free = rockchip_gpio_free,
H A Dpinctrl-st.c6 * This program is free software; you can redistribute it and/or modify
1434 .free = st_gpio_free,
/drivers/s390/char/
H A Dtty3270.c66 struct list_head freemem; /* List of free memory for strings. */
271 * freemem, free strings until there is room.
901 .free = tty3270_free,
/drivers/net/wireless/iwlegacy/
H A D4965-rs.c5 * This program is free software; you can redistribute it and/or modify it
2503 /* rate scale requires free function to be implemented */
2816 .free = il4965_rs_free,
/drivers/net/wireless/iwlwifi/mvm/
H A Drs.c6 * This program is free software; you can redistribute it and/or modify it
2944 /* rate scale requires free function to be implemented */
3319 .free = rs_free,
/drivers/scsi/qla2xxx/
H A Dqla_def.h400 void (*free)(void *, void *); member in struct:srb
H A Dqla_mr.c2002 sp->free(vha, sp);
H A Dqla_os.c345 * case we need to free them if part of the probe fails.
751 sp->free = qla2x00_sp_free_dma;
/drivers/gpu/drm/radeon/
H A Dr600.c6 * Permission is hereby granted, free of charge, to any person obtaining a
2741 rdev->scratch.free[i] = true;
H A Dradeon.h6 * Permission is hereby granted, free of charge, to any person obtaining a
681 bool free[32]; member in struct:radeon_scratch
H A Dsi.c4 * Permission is hereby granted, free of charge, to any person obtaining a
3330 rdev->scratch.free[i] = true;
/drivers/iommu/
H A Damd_iommu.c6 * This program is free software; you can redistribute it and/or modify it
1774 * The address free function.
1962 * allocation path and we need to free an already allocated page table
3065 .free = free_coherent,
3495 /* Page-table is not visible to IOMMU anymore, so free it */
3913 /* Keep the first 32 indexes free for IOAPIC interrupts */
3962 /* Scan table for free entries */
H A Dintel-iommu.c4 * This program is free software; you can redistribute it and/or modify it
976 /* If range covers entire pagetable, free it */
988 /* free page table pages. last level pte should already be cleared */
1003 /* free pgd */
1059 /* If range covers entire pagetable, free it */
1063 bother to clear them; we're just going to *free* them. */
1089 /* We can't just free the pages because the IOMMU may still be walking
1106 /* free pgd */
1508 /* free context mapping */
1561 pr_err("IOMMU: no free domai
[all...]
/drivers/net/wireless/iwlwifi/dvm/
H A Drs.c5 * This program is free software; you can redistribute it and/or modify it
3054 /* rate scale requires free function to be implemented */
3328 .free = rs_free,

Completed in 1221 milliseconds

<<1112