Searched refs:get_packet (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/debug/ |
H A D | gdbstub.c | 91 static void get_packet(char *buffer) in get_packet() function 989 get_packet(remcom_in_buffer); in gdb_serial_stub()
|
/kernel/linux/linux-6.6/kernel/debug/ |
H A D | gdbstub.c | 88 static void get_packet(char *buffer) in get_packet() function 986 get_packet(remcom_in_buffer); in gdb_serial_stub()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 1032 * get_packet - return the next ingress packet buffer 1045 static inline struct sk_buff *get_packet(struct adapter *adapter, in get_packet() function 1368 skb = get_packet(adapter, fl, len - sge->rx_pkt_pad); in sge_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 1027 * get_packet - return the next ingress packet buffer 1040 static inline struct sk_buff *get_packet(struct adapter *adapter, in get_packet() function 1363 skb = get_packet(adapter, fl, len - sge->rx_pkt_pad); in sge_rx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 769 * get_packet - return the next ingress packet buffer from a free list 783 static struct sk_buff *get_packet(struct adapter *adap, struct sge_fl *fl, in get_packet() function 840 * Note: this function is similar to @get_packet but deals with Rx buffers 2394 skb = get_packet(adap, fl, G_RSPD_LEN(len), in process_responses()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 765 * get_packet - return the next ingress packet buffer from a free list 779 static struct sk_buff *get_packet(struct adapter *adap, struct sge_fl *fl, in get_packet() function 836 * Note: this function is similar to @get_packet but deals with Rx buffers 2392 skb = get_packet(adap, fl, G_RSPD_LEN(len), in process_responses()
|
Completed in 17 milliseconds