Home
last modified time | relevance | path

Searched refs:ssv6xxx_pbuf_alloc (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dinit.c899 sh->hw_buf_ptr[i] = ssv6xxx_pbuf_alloc(sc, sizeof(phy_info_tbl)+ in ssv6xxx_init_mac()
911 sh->hw_buf_ptr[i] = ssv6xxx_pbuf_alloc(sc, sizeof(struct ssv6xxx_hw_sec), NOTYPE_BUF); in ssv6xxx_init_mac()
923 temp[i] = ssv6xxx_pbuf_alloc(sc, 256,NOTYPE_BUF); in ssv6xxx_init_mac()
932 sh->hw_buf_ptr = ssv6xxx_pbuf_alloc(sc, sizeof(phy_info_tbl)+ in ssv6xxx_init_mac()
H A Ddev.h489 u32 ssv6xxx_pbuf_alloc(struct ssv_softc *sc, int size, int type);
H A Dap.c206 sc->beacon_info[avl_bcn_type].pubf_addr = ssv6xxx_pbuf_alloc(sc, beacon_skb->len, TX_BUF); in ssv6xxx_beacon_set()
H A Ddev.c152 u32 ssv6xxx_pbuf_alloc(struct ssv_softc *sc, int size, int type) in ssv6xxx_pbuf_alloc() function