Searched refs:_ph (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | pedit.c | 18 #define pedit_header(_ph, _htype) ((void *)(_ph) + pedit_header_offsets[_htype])
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | acornscsi.h | 261 #define ADD_STATUS(_q,_ssr,_ph,_irq) \ 265 host->status[(_q)][host->status_ptr[(_q)]].ph = (_ph); \
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | acornscsi.h | 261 #define ADD_STATUS(_q,_ssr,_ph,_irq) \ 265 host->status[(_q)][host->status_ptr[(_q)]].ph = (_ph); \
|
/kernel/linux/linux-5.10/net/802/ |
H A D | mrp.c | 790 struct mrp_pdu_hdr _ph; in mrp_rcv() local 809 ph = skb_header_pointer(skb, offset, sizeof(_ph), &_ph); in mrp_rcv() 812 offset += sizeof(_ph); in mrp_rcv()
|
/kernel/linux/linux-6.6/net/802/ |
H A D | mrp.c | 790 struct mrp_pdu_hdr _ph; in mrp_rcv() local 809 ph = skb_header_pointer(skb, offset, sizeof(_ph), &_ph); in mrp_rcv() 812 offset += sizeof(_ph); in mrp_rcv()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 2739 #define pedit_header(_ph, _htype) ((void *)(_ph) + pedit_header_offsets[_htype])
|
Completed in 14 milliseconds