Searched refs:skb_read_pdu_data (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1840 static int skb_read_pdu_data(struct iscsi_conn *conn, struct sk_buff *lskb, in skb_read_pdu_data() function 1951 err = skb_read_pdu_data(conn, skb, skb, in cxgbi_conn_pdu_ready() 1985 err = skb_read_pdu_data(conn, skb, dskb, 0); in cxgbi_conn_pdu_ready() 1996 err = skb_read_pdu_data(conn, skb, skb, 0); in cxgbi_conn_pdu_ready()
|